Print the rust version when building bpf programs (#16181) (#16203)

This commit is contained in:
Justin Starry
2021-03-30 11:32:16 +08:00
committed by GitHub
parent 09843a28d9
commit b2cee2753d

View File

@ -170,6 +170,7 @@ if [[ ! -e rust-bpf-$machine-$version.md || ! -e rust-bpf-$machine ]]; then
touch rust-bpf-$machine-$version.md
fi
set -ex
./rust-bpf-$machine/bin/rustc --version
./rust-bpf-$machine/bin/rustc --print sysroot
set +e
rustup toolchain uninstall bpf