more granular check for memoffset ignore in audit (#5219)
* more granular check for memoffset ignore in audit * debugggin * debugggin * debugggin * debugggin * debugggin
This commit is contained in:
@@ -33,3 +33,10 @@ source ci/env.sh
|
||||
kill -9 "$victim" || true
|
||||
done
|
||||
)
|
||||
|
||||
# HACK: These are in our docker images, need to be removed from CARGO_HOME
|
||||
# because we try to cache downloads across builds with CARGO_HOME
|
||||
# cargo lacks a facility for "system" tooling, always tries CARGO_HOME first
|
||||
cargo uninstall cargo-audit || true
|
||||
cargo uninstall svgbob_cli || true
|
||||
cargo uninstall mdbook || true
|
||||
|
Reference in New Issue
Block a user