Skip to content

Commit 00db81f

Browse files
authored
Fix the sairedis build target not found issue (sonic-net#802)
Fix the sairedis build target not found issue
1 parent dffd76a commit 00db81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/build-sairedis-template.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
set -ex
128128
rm ../*.deb || true
129129
./autogen.sh
130-
DEB_BUILD_OPTIONS=nocheck DEB_BUILD_PROFILES=nopython2 fakeroot dpkg-buildpackage -b -us -uc -Tbinary-syncd-vs -j$(nproc)
130+
DEB_BUILD_OPTIONS=nocheck DEB_BUILD_PROFILES=nopython2 fakeroot dpkg-buildpackage -b -us -uc -Psyncd,vs,nopython2 -j$(nproc)
131131
# Add SYS_TIME capability for settimeofday ok in syncd test
132132
sudo setcap "cap_sys_time=eip" syncd/.libs/syncd_tests
133133
# Add CAP_DAC_OVERRIDE capability for system directory creation in syncd unittest

0 commit comments

Comments
 (0)