Bump sbf-tools version to v1.24

This commit is contained in:
Dmitri Makarov 2022-03-30 10:19:04 -07:00 committed by Dmitri Makarov
parent 03ed334ebb
commit 689064a4f4
3 changed files with 4 additions and 4 deletions

View File

@ -1448,9 +1448,9 @@ fn assert_instruction_count() {
("solana_bpf_rust_noop", 326),
("solana_bpf_rust_param_passing", 146),
("solana_bpf_rust_rand", 429),
("solana_bpf_rust_sanity", 9139),
("solana_bpf_rust_sanity", 52290),
("solana_bpf_rust_secp256k1_recover", 25707),
("solana_bpf_rust_sha", 26390),
("solana_bpf_rust_sha", 25251),
]);
}

View File

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

View File

@ -710,7 +710,7 @@ fn main() {
// The following line is scanned by CI configuration script to
// separate cargo caches according to the version of sbf-tools.
let bpf_tools_version = "v1.23";
let bpf_tools_version = "v1.24";
let version = format!("{}\nbpf-tools {}", crate_version!(), bpf_tools_version);
let matches = clap::Command::new(crate_name!())
.about(crate_description!())