From a77ca870c271d9fa1356f079e25bd35c0c5ce54a Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sun, 13 Oct 2019 21:28:38 -0700 Subject: [PATCH] Disable cargo audit, not going to cherry-pick audit fixes into v0.19 --- ci/test-checks.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ci/test-checks.sh b/ci/test-checks.sh index 90336334ea..4cddbd5ed6 100755 --- a/ci/test-checks.sh +++ b/ci/test-checks.sh @@ -18,8 +18,6 @@ _ cargo +"$rust_stable" clippy --version _ cargo +"$rust_stable" clippy --all --exclude solana-sdk-c -- --deny=warnings _ cargo +"$rust_stable" clippy --manifest-path sdk-c/Cargo.toml -- --deny=warnings -_ cargo +"$rust_stable" audit --version -_ cargo +"$rust_stable" audit --ignore RUSTSEC-2019-0013 _ ci/nits.sh _ ci/order-crates-for-publishing.py _ book/build.sh @@ -27,7 +25,6 @@ _ book/build-svg.sh { cd programs/bpf - _ cargo +"$rust_stable" audit for project in rust/*/ ; do echo "+++ do_bpf_checks $project" (