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

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