File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ rm -rf "${OUT_DIR}"
34
34
mkdir -p " ${OUT_DIR} "
35
35
pushd " ${OUT_DIR} "
36
36
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
39
39
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
42
42
43
43
pushd rust
44
44
if [[ " ${HOST_TRIPLE} " == " x86_64-pc-windows-msvc" ]] ; then
57
57
popd
58
58
59
59
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
62
62
mkdir -p newlib_build
63
63
mkdir -p newlib_install
64
64
pushd newlib_build
You can’t perform that action at this time.
0 commit comments