Bump bpf-tools to v1.23 (#22928)

(cherry picked from commit a9d9a5095b)

Co-authored-by: Dmitri Makarov <dmakarov@alumni.stanford.edu>
This commit is contained in:
mergify[bot]
2022-02-04 04:54:50 +00:00
committed by GitHub
parent 70ec2cd244
commit 5136ed00a8
3 changed files with 3 additions and 3 deletions

View File

@ -1408,7 +1408,7 @@ fn assert_instruction_count() {
("solana_bpf_rust_param_passing", 46),
("solana_bpf_rust_rand", 498),
("solana_bpf_rust_sanity", 917),
("solana_bpf_rust_secp256k1_recover", 306),
("solana_bpf_rust_secp256k1_recover", 612),
("solana_bpf_rust_sha", 29131),
]);
}

View File

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

View File

@ -476,7 +476,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.23";
let package = "bpf-tools";
let target_path = home_dir
.join(".cache")