File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ rm -rf "${OUT_DIR}"
24
24
mkdir -p " ${OUT_DIR} "
25
25
pushd " ${OUT_DIR} "
26
26
27
- git clone --single-branch --branch bpf-tools-v1.25 https://github.com/solana-labs/rust.git
27
+ git clone --single-branch --branch bpf-tools-v1.26 https://github.com/solana-labs/rust.git
28
28
echo " $( cd rust && git rev-parse HEAD ) https://github.com/solana-labs/rust.git" >> version.md
29
29
30
30
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
39
39
popd
40
40
41
41
if [[ " ${HOST_TRIPLE} " != " x86_64-pc-windows-msvc" ]] ; then
42
- git clone --single-branch --branch bpf-tools-v1.25 https://github.com/solana-labs/newlib.git
42
+ git clone --single-branch --branch bpf-tools-v1.26 https://github.com/solana-labs/newlib.git
43
43
echo " $( cd newlib && git rev-parse HEAD ) https://github.com/solana-labs/newlib.git" >> version.md
44
44
mkdir -p newlib_build
45
45
mkdir -p newlib_install
You can’t perform that action at this time.
0 commit comments