From 48b04e78df44d632dc4787000c6117391020a542 Mon Sep 17 00:00:00 2001 From: Saikrishna Arcot Date: Wed, 26 Oct 2022 11:33:31 -0700 Subject: [PATCH] Update sairedis build command The build rules for sairedis have been simplified in sonic-net/sonic-sairedis#1194. As a result, build targets have changed. Update the build step here accordingly. Signed-off-by: Saikrishna Arcot --- .azure-pipelines/build-sairedis-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/build-sairedis-template.yml b/.azure-pipelines/build-sairedis-template.yml index 49bb7d9ae..8b386b262 100644 --- a/.azure-pipelines/build-sairedis-template.yml +++ b/.azure-pipelines/build-sairedis-template.yml @@ -127,7 +127,7 @@ jobs: set -ex rm ../*.deb || true ./autogen.sh - DEB_BUILD_OPTIONS=nocheck DEB_BUILD_PROFILES=nopython2 fakeroot dpkg-buildpackage -b -us -uc -Tbinary-syncd-vs -j$(nproc) + DEB_BUILD_OPTIONS=nocheck fakeroot dpkg-buildpackage -b -us -uc -Pnopython2,syncd,vs -j$(nproc) # Add SYS_TIME capability for settimeofday ok in syncd test sudo setcap "cap_sys_time=eip" syncd/.libs/syncd_tests # Add CAP_DAC_OVERRIDE capability for system directory creation in syncd unittest