Bump bpf-tools to v1.19 (#21256)

Toolchain upgrade to rust 1.56.0 and clang 13.0.
This commit is contained in:
Dmitri Makarov
2021-11-13 11:36:28 -08:00
committed by GitHub
parent 3fc858eb60
commit 3f4f05865d
3 changed files with 4 additions and 4 deletions

View File

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