Disable the reproducible build for arm64 and armhf temporarily (#7517)
Disable the reproducible build for arm64 and armhf temporarily. The package version upgrade has been disabled for armhf and armhf for long run time, so disable the reproducible build for the official builds as well. we will enable it when arm64 azure agent ready.
This commit is contained in:
parent
6060da3a36
commit
e27293f4df
@ -61,6 +61,7 @@ jobs:
|
|||||||
timeoutInMinutes: 1800
|
timeoutInMinutes: 1800
|
||||||
variables:
|
variables:
|
||||||
PLATFORM_ARCH: arm64
|
PLATFORM_ARCH: arm64
|
||||||
|
BUILD_OPTIONS: ${{ parameters.buildOptions }} SONIC_VERSION_CONTROL_COMPONENTS=
|
||||||
- name: generic
|
- name: generic
|
||||||
variables:
|
variables:
|
||||||
dbg_image: yes
|
dbg_image: yes
|
||||||
@ -72,6 +73,7 @@ jobs:
|
|||||||
timeoutInMinutes: 1800
|
timeoutInMinutes: 1800
|
||||||
variables:
|
variables:
|
||||||
PLATFORM_ARCH: armhf
|
PLATFORM_ARCH: armhf
|
||||||
|
BUILD_OPTIONS: ${{ parameters.buildOptions }} SONIC_VERSION_CONTROL_COMPONENTS=
|
||||||
- name: mellanox
|
- name: mellanox
|
||||||
variables:
|
variables:
|
||||||
dbg_image: yes
|
dbg_image: yes
|
||||||
|
Reference in New Issue
Block a user