Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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