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:
Rob Walker
2019-07-22 13:36:27 -07:00
committed by GitHub
parent baec17fdf4
commit 43bf176fab
2 changed files with 12 additions and 4 deletions

View File

@@ -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