From a198faafa9c75f13935322f0293f24a2c3ea4b90 Mon Sep 17 00:00:00 2001 From: Dmitri Makarov Date: Mon, 26 Feb 2024 11:41:08 -0500 Subject: [PATCH] Release platform-tools v1.41 Fix incompatible change to minimal enum size introduced in platform-tools v1.39. --- build.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.sh b/build.sh index 2026175..085a5b0 100755 --- a/build.sh +++ b/build.sh @@ -34,11 +34,11 @@ rm -rf "${OUT_DIR}" mkdir -p "${OUT_DIR}" pushd "${OUT_DIR}" -git clone --single-branch --branch solana-tools-v1.40 --recurse-submodules --shallow-submodules 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 solana-tools-v1.41 --recurse-submodules --shallow-submodules https://github.com/anza-xyz/rust.git +echo "$( cd rust && git rev-parse HEAD ) https://github.com/anza-xyz/rust.git" >> version.md -git clone --single-branch --branch solana-tools-v1.40 https://github.com/solana-labs/cargo.git -echo "$( cd cargo && git rev-parse HEAD ) https://github.com/solana-labs/cargo.git" >> version.md +git clone --single-branch --branch solana-tools-v1.41 https://github.com/anza-xyz/cargo.git +echo "$( cd cargo && git rev-parse HEAD ) https://github.com/anza-xyz/cargo.git" >> version.md pushd rust if [[ "${HOST_TRIPLE}" == "x86_64-pc-windows-msvc" ]] ; then @@ -57,8 +57,8 @@ fi popd if [[ "${HOST_TRIPLE}" != "x86_64-pc-windows-msvc" ]] ; then - git clone --single-branch --branch solana-tools-v1.40 https://github.com/solana-labs/newlib.git - echo "$( cd newlib && git rev-parse HEAD ) https://github.com/solana-labs/newlib.git" >> version.md + git clone --single-branch --branch solana-tools-v1.41 https://github.com/anza-xyz/newlib.git + echo "$( cd newlib && git rev-parse HEAD ) https://github.com/anza-xyz/newlib.git" >> version.md mkdir -p newlib_build mkdir -p newlib_install pushd newlib_build