Skip to content

Commit

Permalink
Update sairedis build command
Browse files Browse the repository at this point in the history
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 <sarcot@microsoft.com>
  • Loading branch information
saiarcot895 committed Oct 26, 2022
1 parent d0fdf62 commit e285741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/build-sairedis-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
set -ex
rm ../*.deb || true
./autogen.sh
DEB_BUILD_OPTIONS=nocheck fakeroot dpkg-buildpackage -b -us -uc -Tbinary-syncd-vs -j$(nproc)
DEB_BUILD_OPTIONS=nocheck fakeroot dpkg-buildpackage -b -us -uc -Psyncd,vs -j$(nproc)
# Add SYS_TIME capability for settimeofday ok in syncd test
sudo setcap "cap_sys_time=eip" syncd/.libs/tests
make check
Expand Down

0 comments on commit e285741

Please sign in to comment.