Bump bpf-tools to version v1.3 (#16068)

* Bump bpf-tools to version v1.3

This brings in the fix for increased compute budget that wasn't caught
when bpf-tools v1.2 were released.

* Adjust BPF test programs instruction counts
This commit is contained in:
Dmitri Makarov
2021-03-24 08:16:38 +01:00
committed by GitHub
parent 17dca6da6a
commit 664ed76523
3 changed files with 14 additions and 9 deletions

View File

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