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

(cherry picked from commit abada56ba1)

Co-authored-by: Justin Starry <justin@solana.com>
This commit is contained in:
mergify[bot]
2021-03-29 07:18:55 +00:00
committed by GitHub
parent bd48344de2
commit 9fb749deb7

View File

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