Bump bpf-tools version

Update Rust BPF to version 1.53
This commit is contained in:
Dmitri Makarov
2021-07-05 17:15:39 -07:00
committed by Dmitri Makarov
parent 3e16df8d28
commit e752299ac5
6 changed files with 24 additions and 13 deletions

View File

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