Bump BPF tools to v1.10

This commit is contained in:
Dmitri Makarov 2021-06-04 15:09:11 -07:00 committed by Dmitri Makarov
parent 7633d0fb8e
commit ae0bea1ad3
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ if [[ ! -e criterion-$version.md || ! -e criterion ]]; then
fi
# Install Rust-BPF
version=v1.9
version=v1.10
if [[ ! -e bpf-tools-$version.md || ! -e bpf-tools ]]; then
(
set -e

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.10",
"https://github.com/solana-labs/bpf-tools/releases/download",
&PathBuf::from(bpf_tools_filename),
)