Skip to content

Commit 3f9ff04

Browse files
committed
templates/rust: remove arch check in build_rust_audit
1 parent b858dac commit 3f9ff04

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

templates/15-rust.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ build_rust_inject_lto() {
3535
}
3636

3737
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
38+
if bool "$NOCARGOAUDIT"; then
4039
return 0
4140
fi
4241

0 commit comments

Comments
 (0)