From 73e1c67cfa883530dfbfafae3c3e9b72d5017dc1 Mon Sep 17 00:00:00 2001 From: xumia <59720581+xumia@users.noreply.github.com> Date: Fri, 7 Jul 2023 09:41:09 +0800 Subject: [PATCH] Fix the sairedis build target not found issue (#802) Fix the sairedis build target not found issue --- .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..b37d2fa44 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 DEB_BUILD_PROFILES=nopython2 fakeroot dpkg-buildpackage -b -us -uc -Psyncd,vs,nopython2 -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