We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1202d commit 447a823Copy full SHA for 447a823
scripts/build_rust_package.sh
@@ -50,10 +50,10 @@ build_rust_package() {
50
CARGO_TERM_COLOR='never'
51
cd '/build/$package'
52
cargo fetch
53
- cargo build --release --frozen ${extra_features:+--features $extra_features}
+ cargo build --release --frozen ${extra_features:+--features $extra_features} --package $package
54
"
55
56
# Cache and install the built binary
57
install -m 755 "$build_dir/target/release/$package" "$cached_binary"
58
install -m 755 "$cached_binary" "$dest_path"
59
-}
+}
0 commit comments