Bump bpf-tools version to 1.8

This commit is contained in:
Dmitri Makarov
2021-05-13 16:12:00 +02:00
committed by Dmitri Makarov
parent c65c4475f6
commit ab871ed4b7
8 changed files with 12 additions and 90 deletions

View File

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