Skip to content

Commit a198faa

Browse files
committed
Release platform-tools v1.41
Fix incompatible change to minimal enum size introduced in platform-tools v1.39.
1 parent be5a7ed commit a198faa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: build.sh

+6-6
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ rm -rf "${OUT_DIR}"
3434
mkdir -p "${OUT_DIR}"
3535
pushd "${OUT_DIR}"
3636

37-
git clone --single-branch --branch solana-tools-v1.40 --recurse-submodules --shallow-submodules https://github.com/solana-labs/rust.git
38-
echo "$( cd rust && git rev-parse HEAD ) https://github.com/solana-labs/rust.git" >> version.md
37+
git clone --single-branch --branch solana-tools-v1.41 --recurse-submodules --shallow-submodules https://github.com/anza-xyz/rust.git
38+
echo "$( cd rust && git rev-parse HEAD ) https://github.com/anza-xyz/rust.git" >> version.md
3939

40-
git clone --single-branch --branch solana-tools-v1.40 https://github.com/solana-labs/cargo.git
41-
echo "$( cd cargo && git rev-parse HEAD ) https://github.com/solana-labs/cargo.git" >> version.md
40+
git clone --single-branch --branch solana-tools-v1.41 https://github.com/anza-xyz/cargo.git
41+
echo "$( cd cargo && git rev-parse HEAD ) https://github.com/anza-xyz/cargo.git" >> version.md
4242

4343
pushd rust
4444
if [[ "${HOST_TRIPLE}" == "x86_64-pc-windows-msvc" ]] ; then
@@ -57,8 +57,8 @@ fi
5757
popd
5858

5959
if [[ "${HOST_TRIPLE}" != "x86_64-pc-windows-msvc" ]] ; then
60-
git clone --single-branch --branch solana-tools-v1.40 https://github.com/solana-labs/newlib.git
61-
echo "$( cd newlib && git rev-parse HEAD ) https://github.com/solana-labs/newlib.git" >> version.md
60+
git clone --single-branch --branch solana-tools-v1.41 https://github.com/anza-xyz/newlib.git
61+
echo "$( cd newlib && git rev-parse HEAD ) https://github.com/anza-xyz/newlib.git" >> version.md
6262
mkdir -p newlib_build
6363
mkdir -p newlib_install
6464
pushd newlib_build

0 commit comments

Comments
 (0)