Revert bpf-tools to version 1.8 because of a codegen bug suspicion (#17568) (#17577)

(cherry picked from commit 2316ddb90a)

Co-authored-by: Dmitri Makarov <dmakarov@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2021-05-28 11:10:14 +00:00
committed by GitHub
parent 88c7e636d6
commit 8ec09884b8
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),
)