Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

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

Merged
merged 1 commit into from
Mar 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sdk/bpf/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down