Bump bpf-tools to v1.23 (#22929)

(cherry picked from commit a9d9a5095b)

Co-authored-by: Dmitri Makarov <dmakarov@alumni.stanford.edu>
This commit is contained in:
mergify[bot]
2022-02-04 04:14:25 +00:00
committed by GitHub
parent 539f303eb7
commit 2605724aa3
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -474,7 +474,7 @@ fn build_bpf_package(config: &Config, target_directory: &Path, package: &cargo_m
eprintln!("Can't get home directory path: {}", err); eprintln!("Can't get home directory path: {}", err);
exit(1); exit(1);
})); }));
let version = "v1.21"; let version = "v1.23";
let package = "bpf-tools"; let package = "bpf-tools";
let target_path = home_dir let target_path = home_dir
.join(".cache") .join(".cache")