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

(cherry picked from commit 658ddd1c9c)

Co-authored-by: Dmitri Makarov <dmakarov@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2021-03-26 20:51:25 +00:00
committed by GitHub
parent d940c5b1a3
commit 8aded2778e
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