From 4f63afce32482ae4f81d181e21f10585f51050ab Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Mon, 1 Mar 2021 14:32:56 -0700 Subject: [PATCH] ci: drop redundant programs/bpf audit --- ci/do-audit.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ci/do-audit.sh b/ci/do-audit.sh index f3b2bccb2..2d8531d49 100755 --- a/ci/do-audit.sh +++ b/ci/do-audit.sh @@ -43,6 +43,3 @@ cargo_audit_ignores=( ) scripts/cargo-for-all-lock-files.sh +"$rust_stable" audit "${cargo_audit_ignores[@]}" - -cd "${src_root}/programs/bpf" -"$cargo" stable audit