Bump bpf-tools to v1.21 (#22083)

(cherry picked from commit 7cc6262b5a)

Co-authored-by: Dmitri Makarov <dmakarov@alumni.stanford.edu>
This commit is contained in:
mergify[bot]
2021-12-23 03:38:04 +00:00
committed by GitHub
parent a70eb098f4
commit 7d61935bf1
3 changed files with 3 additions and 3 deletions

View File

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