Bump bpf-tools to version v1.4 (#16152)

This commit is contained in:
Dmitri Makarov
2021-03-26 20:21:41 +01:00
committed by GitHub
parent 4f4cffbd03
commit 658ddd1c9c
3 changed files with 5 additions and 2 deletions

View File

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