parent
216b01b224
commit
5d3f43c10b
8
ci/_
8
ci/_
|
@ -5,7 +5,13 @@
|
|||
# |source| me
|
||||
#
|
||||
|
||||
base_dir=$(realpath --strip "$(dirname "$0")/..")
|
||||
|
||||
_() {
|
||||
echo "--- $*"
|
||||
if [[ $(pwd) = $base_dir ]]; then
|
||||
echo "--- $*"
|
||||
else
|
||||
echo "--- $* (wd: $(pwd))"
|
||||
fi
|
||||
"$@"
|
||||
}
|
||||
|
|
|
@ -30,7 +30,8 @@ _ ci/check-ssh-keys.sh
|
|||
|
||||
{
|
||||
cd programs/bpf
|
||||
_ cargo +"$rust_stable" audit
|
||||
# ignore RUSTSEC-2020-0006: https://github.com/rustwasm/wasm-bindgen/issues/2050
|
||||
_ cargo +"$rust_stable" audit --ignore RUSTSEC-2020-0006
|
||||
for project in rust/*/ ; do
|
||||
echo "+++ do_bpf_checks $project"
|
||||
(
|
||||
|
|
Loading…
Reference in New Issue