Bump platform-tools version to v1.37 (#31017)

This commit is contained in:
Dmitri Makarov 2023-04-01 12:08:03 -04:00 committed by GitHub
parent 2cbd5d6c9b
commit 8c860e9894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -1516,7 +1516,7 @@ fn assert_instruction_count() {
programs.extend_from_slice(&[
("solana_sbf_rust_128bit", 1218),
("solana_sbf_rust_alloc", 5067),
("solana_sbf_rust_custom_heap", 422),
("solana_sbf_rust_custom_heap", 398),
("solana_sbf_rust_dep_crate", 2),
("solana_sbf_rust_external_spend", 288),
("solana_sbf_rust_iter", 1013),
@ -1526,9 +1526,9 @@ fn assert_instruction_count() {
("solana_sbf_rust_noop", 275),
("solana_sbf_rust_param_passing", 146),
("solana_sbf_rust_rand", 378),
("solana_sbf_rust_sanity", 51814),
("solana_sbf_rust_sanity", 51931),
("solana_sbf_rust_secp256k1_recover", 91185),
("solana_sbf_rust_sha", 24075),
("solana_sbf_rust_sha", 24059),
]);
}

View File

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

View File

@ -893,7 +893,7 @@ fn main() {
// The following line is scanned by CI configuration script to
// separate cargo caches according to the version of platform-tools.
let platform_tools_version = String::from("v1.36");
let platform_tools_version = String::from("v1.37");
let version = format!(
"{}\nplatform-tools {}",
crate_version!(),

View File

@ -109,7 +109,7 @@ if [[ ! -e criterion-$version.md || ! -e criterion ]]; then
fi
# Install platform tools
version=v1.36
version=v1.37
if [[ ! -e platform-tools-$version.md || ! -e platform-tools ]]; then
(
set -e