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 Justin Starry
parent 9bc20a8cbb
commit cde248ae73
6 changed files with 23 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