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:
50
50
cargo build --target=x86_64-apple-darwin
51
51
52
52
build-apple-x86-release :
53
- cargo build --release --target=x86_64-apple-darwin
53
+ cargo build --release --target=x86_64-apple-darwin --locked
54
54
55
55
build-linux-musl-debug :
56
56
cargo build --target=x86_64-unknown-linux-musl
57
57
58
58
build-linux-musl-release :
59
- cargo build --release --target=x86_64-unknown-linux-musl
59
+ cargo build --release --target=x86_64-unknown-linux-musl --locked
60
60
61
61
test-linux-musl :
62
62
cargo test --workspace --target=x86_64-unknown-linux-musl
@@ -78,9 +78,9 @@ build-linux-arm-debug:
78
78
cargo build --target=arm-unknown-linux-gnueabihf
79
79
80
80
build-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
84
84
85
85
test :
86
86
cargo test --workspace
You can’t perform that action at this time.
0 commit comments