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

Toolchain upgrade to rust 1.56.0 and clang 13.0.

(cherry picked from commit 3f4f05865d)

Co-authored-by: Dmitri Makarov <dmakarov@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2021-11-15 20:59:58 +00:00
committed by GitHub
parent 6a6dd86262
commit a05c08e711
3 changed files with 75 additions and 32 deletions

View File

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