From 9fb749deb798243f9262f2b2ed3421b3da130031 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 07:18:55 +0000 Subject: [PATCH] Print the rust version when building bpf programs (#16181) (#16183) (cherry picked from commit abada56ba1165025b57b73c3810100609222099b) Co-authored-by: Justin Starry --- sdk/bpf/scripts/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/bpf/scripts/install.sh b/sdk/bpf/scripts/install.sh index aa4d61cb3c..9163697690 100755 --- a/sdk/bpf/scripts/install.sh +++ b/sdk/bpf/scripts/install.sh @@ -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