From 59b89ee7c3002381fb8157bafa22f05359d80c30 Mon Sep 17 00:00:00 2001 From: Liu Shilong Date: Wed, 24 May 2023 01:27:43 +0800 Subject: [PATCH] [ci] Enable reproducible build for arm64 and armhf. (#15190) Fix armhf and arm64 build issue. Revert #7517. Because armhf and arm64 agents are ready. Microsoft ADO (number only): 23765181 --- .azure-pipelines/azure-pipelines-build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-build.yml b/.azure-pipelines/azure-pipelines-build.yml index 06698a7abc..79554a9871 100644 --- a/.azure-pipelines/azure-pipelines-build.yml +++ b/.azure-pipelines/azure-pipelines-build.yml @@ -68,7 +68,6 @@ jobs: timeoutInMinutes: 2880 variables: PLATFORM_ARCH: arm64 - BUILD_OPTIONS: ${{ parameters.buildOptions }} SONIC_VERSION_CONTROL_COMPONENTS= - name: generic variables: dbg_image: yes @@ -82,7 +81,6 @@ jobs: timeoutInMinutes: 2880 variables: PLATFORM_ARCH: armhf - BUILD_OPTIONS: ${{ parameters.buildOptions }} SONIC_VERSION_CONTROL_COMPONENTS= - name: mellanox variables: dbg_image: yes