Bump bpf-tools to v1.14 (#19023)

- improved memory operations performance
- minor fixes
This commit is contained in:
Dmitri Makarov
2021-08-03 11:13:58 +02:00
committed by GitHub
parent e4f3b84b93
commit cde1461555
3 changed files with 5 additions and 5 deletions

View File

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

View File

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