Bump bpf-tools to v1.21

This commit is contained in:
Dmitri Makarov 2021-12-19 11:49:16 -08:00 committed by Dmitri Makarov
parent bdae2993e0
commit 7cc6262b5a
3 changed files with 3 additions and 3 deletions

View File

@ -1399,7 +1399,7 @@ fn assert_instruction_count() {
("solana_bpf_rust_param_passing", 146),
("solana_bpf_rust_rand", 488),
("solana_bpf_rust_sanity", 8455),
("solana_bpf_rust_secp256k1_recover", 25216),
("solana_bpf_rust_secp256k1_recover", 25624),
("solana_bpf_rust_sha", 30692),
]);
}

View File

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

View File

@ -472,7 +472,7 @@ fn build_bpf_package(config: &Config, target_directory: &Path, package: &cargo_m
eprintln!("Can't get home directory path: {}", err);
exit(1);
}));
let version = "v1.20";
let version = "v1.21";
let package = "bpf-tools";
let target_path = home_dir
.join(".cache")