Bump bpf-tools version to 1.9

- upgrade rustc to 1.52.1 and clang to 12.0
This commit is contained in:
Dmitri Makarov
2021-05-18 19:44:36 +02:00
committed by Dmitri Makarov
parent a544010b03
commit 2ae57c172a
6 changed files with 22 additions and 22 deletions

View File

@ -92,7 +92,7 @@ if [[ ! -e criterion-$version.md || ! -e criterion ]]; then
fi
# Install Rust-BPF
version=v1.8
version=v1.9
if [[ ! -e bpf-tools-$version.md || ! -e bpf-tools ]]; then
(
set -e