Bump bpf-tools to v1.18 (#20991)

- added newlib standard C library to clang toolchain
- fixed BPF backend bug that accidentally deleted code, issue #20538
This commit is contained in:
Dmitri Makarov
2021-10-26 15:51:44 -07:00
committed by GitHub
parent 37ef1acada
commit 4287bf6b8b
4 changed files with 13 additions and 4 deletions

View File

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