From 0aca9c4d45c0f32c70d4764fd3fdf2add264ad80 Mon Sep 17 00:00:00 2001 From: Dmitri Makarov Date: Wed, 18 May 2022 10:40:04 -0700 Subject: [PATCH] Release bpf-tools v1.27 --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index fa02616..f6d7d78 100755 --- a/build.sh +++ b/build.sh @@ -24,7 +24,7 @@ rm -rf "${OUT_DIR}" mkdir -p "${OUT_DIR}" pushd "${OUT_DIR}" -git clone --single-branch --branch bpf-tools-v1.26 https://github.com/solana-labs/rust.git +git clone --single-branch --branch bpf-tools-v1.27 https://github.com/solana-labs/rust.git echo "$( cd rust && git rev-parse HEAD ) https://github.com/solana-labs/rust.git" >> version.md git clone --single-branch --branch rust-1.59.0 https://github.com/rust-lang/cargo.git @@ -39,7 +39,7 @@ OPENSSL_STATIC=1 cargo build --release popd if [[ "${HOST_TRIPLE}" != "x86_64-pc-windows-msvc" ]] ; then - git clone --single-branch --branch bpf-tools-v1.26 https://github.com/solana-labs/newlib.git + git clone --single-branch --branch bpf-tools-v1.27 https://github.com/solana-labs/newlib.git echo "$( cd newlib && git rev-parse HEAD ) https://github.com/solana-labs/newlib.git" >> version.md mkdir -p newlib_build mkdir -p newlib_install