Skip to content

Commit e285741

Browse files
committed
Update sairedis build command
The build rules for sairedis have been simplified in sonic-net/sonic-sairedis#1116. As a result, build targets have changed. Update the build step here accordingly. Signed-off-by: Saikrishna Arcot <[email protected]>
1 parent d0fdf62 commit e285741

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 fakeroot dpkg-buildpackage -b -us -uc -Tbinary-syncd-vs -j$(nproc)
130+
DEB_BUILD_OPTIONS=nocheck fakeroot dpkg-buildpackage -b -us -uc -Psyncd,vs -j$(nproc)
131131
# Add SYS_TIME capability for settimeofday ok in syncd test
132132
sudo setcap "cap_sys_time=eip" syncd/.libs/tests
133133
make check

0 commit comments

Comments
 (0)