Revert "Bump bpf-tools to v1.20 (#21361)"

This reverts commit 04cc50126b.
This commit is contained in:
Trent Nelson
2021-12-13 08:48:40 -07:00
committed by Tao Zhu
parent 23be4d89ef
commit 24ace5cfaa
3 changed files with 7 additions and 48 deletions

View File

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