Bump BPF tools to v1.9 (#18766)

(cherry picked from commit 47861fc373)

Co-authored-by: Dmitri Makarov <dmakarov@alumni.stanford.edu>
This commit is contained in:
mergify[bot]
2021-07-19 20:46:59 +00:00
committed by GitHub
parent ea192b3c83
commit 1cdcabf7cf
4 changed files with 4 additions and 4 deletions

View File

@@ -425,7 +425,7 @@ fn build_bpf_package(config: &Config, target_directory: &Path, package: &cargo_m
install_if_missing(
config,
"bpf-tools",
"v1.8",
"v1.9",
"https://github.com/solana-labs/bpf-tools/releases/download",
&PathBuf::from(bpf_tools_filename),
)