From abada56ba1165025b57b73c3810100609222099b Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Mon, 29 Mar 2021 14:17:08 +0800 Subject: [PATCH] Print the rust version when building bpf programs (#16181) --- 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