Skip to content

Commit

Permalink
Makefile: pin to locked cargo-deb version
Browse files Browse the repository at this point in the history
Using the latest binaries results in us not building on older Rust.

Signed-off-by: brian m. carlson <[email protected]>
  • Loading branch information
bk2204 committed Sep 26, 2023
1 parent 0360bd5 commit 1c9bdbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ci-%: test/Dockerfile.%.stamp
-v "$(PWD)/target/assets:/usr/src/muter/target/debian" \
-e CARGO_NET_GIT_FETCH_WITH_CLI=true \
$$(cat "$<") \
sh -c 'cd /usr/src/muter && make test-full && ([ "$*" = oldest ] || expr "$$(uname -m)" : arm || (cargo install --version=$(CARGO_DEB_VERSION) cargo-deb && make package test-deb))'
sh -c 'cd /usr/src/muter && make test-full && ([ "$*" = oldest ] || expr "$$(uname -m)" : arm || (cargo install --version=$(CARGO_DEB_VERSION) --locked cargo-deb && make package test-deb))'

ci-freebsd:
vagrant init generic/freebsd$(FREEBSD_VERSION)
Expand Down

0 comments on commit 1c9bdbb

Please sign in to comment.