We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b858dac commit 3f9ff04Copy full SHA for 3f9ff04
1 file changed
templates/15-rust.sh
@@ -35,8 +35,7 @@ build_rust_inject_lto() {
35
}
36
37
build_rust_audit() {
38
- # FIXME: cargo-audit >= 0.18 uses rustls, which breaks non-amd64/arm64 architectures.
39
- if ab_match_arch "!(amd64|arm64)" || bool "$NOCARGOAUDIT"; then
+ if bool "$NOCARGOAUDIT"; then
40
return 0
41
fi
42
0 commit comments