File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ build-apple-x86-debug:
5050 cargo build --target=x86_64-apple-darwin
5151
5252build-apple-x86-release :
53- cargo build --release --target=x86_64-apple-darwin
53+ cargo build --release --target=x86_64-apple-darwin --locked
5454
5555build-linux-musl-debug :
5656 cargo build --target=x86_64-unknown-linux-musl
5757
5858build-linux-musl-release :
59- cargo build --release --target=x86_64-unknown-linux-musl
59+ cargo build --release --target=x86_64-unknown-linux-musl --locked
6060
6161test-linux-musl :
6262 cargo test --workspace --target=x86_64-unknown-linux-musl
@@ -78,9 +78,9 @@ build-linux-arm-debug:
7878 cargo build --target=arm-unknown-linux-gnueabihf
7979
8080build-linux-arm-release :
81- cargo build --release --target=aarch64-unknown-linux-gnu
82- cargo build --release --target=armv7-unknown-linux-gnueabihf
83- cargo build --release --target=arm-unknown-linux-gnueabihf
81+ cargo build --release --target=aarch64-unknown-linux-gnu --locked
82+ cargo build --release --target=armv7-unknown-linux-gnueabihf --locked
83+ cargo build --release --target=arm-unknown-linux-gnueabihf --locked
8484
8585test :
8686 cargo test --workspace
You can’t perform that action at this time.
0 commit comments