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 39a4b24 commit e21c239Copy full SHA for e21c239
.github/workflows/scripts/build-arm.sh
@@ -20,7 +20,7 @@ rustc -V
20
cargo -V
21
22
# Build Rust binaries
23
-cargo build ${FEATURES:+--features $FEATURES} jemalloc --release
+cargo build ${FEATURES:+--features $FEATURES} --release
24
25
cargo test --release
26
0 commit comments