Bump bpf-tools to v1.1 (#15776)

This commit is contained in:
Dmitri Makarov
2021-03-10 18:13:38 +01:00
committed by GitHub
parent c836cd85c3
commit c5a5d7457e
7 changed files with 19 additions and 17 deletions

View File

@@ -130,7 +130,7 @@ if [[ ! -e criterion-$version.md || ! -e criterion ]]; then
fi
# Install Rust-BPF
version=v1.0
version=v1.1
if [[ ! -e bpf-tools-$version.md || ! -e bpf-tools ]]; then
(
set -e
@@ -157,7 +157,7 @@ set -e
rustup toolchain link bpf bpf-tools/rust
# Install Rust-BPF Sysroot sources
version=v1.0
version=v1.1
if [[ ! -e rust-bpf-sysroot-$version.md || ! -e rust-bpf-sysroot ]]; then
(
set -e