Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,11 @@ endif

override_dh_auto_configure:
dh_auto_configure -- $(configure_opts)
# Configure Rust build for countersyncd
cargo fetch
cargo update -p swss-common

override_dh_auto_build:
dh_auto_build
# Build and test countersyncd Rust project
cargo build --release
cargo build --release --locked

override_dh_auto_install:
dh_auto_install --destdir=debian/swss
Expand Down
Loading