Revert bpf-tools to version 1.8 because of a codegen bug suspicion (#17568)

This commit is contained in:
Dmitri Makarov
2021-05-28 11:36:46 +02:00
committed by GitHub
parent 2422a53df6
commit 2316ddb90a
4 changed files with 16 additions and 16 deletions

View File

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