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 @@ -23,7 +23,7 @@ rm -rf out
23
23
mkdir -p out
24
24
pushd out
25
25
26
- git clone --single-branch --branch bpf-tools-v1.19 https://github.com/solana-labs/rust.git
26
+ git clone --single-branch --branch bpf-tools-v1.20 https://github.com/solana-labs/rust.git
27
27
echo " $( cd rust && git rev-parse HEAD ) https://github.com/solana-labs/rust.git" >> version.md
28
28
29
29
git clone --single-branch --branch rust-1.56.0 https://github.com/rust-lang/cargo.git
@@ -38,7 +38,7 @@ OPENSSL_STATIC=1 cargo build --release
38
38
popd
39
39
40
40
if [[ " ${HOST_TRIPLE} " != " x86_64-pc-windows-msvc" ]] ; then
41
- git clone --single-branch --branch bpf-tools-v1.19 https://github.com/solana-labs/newlib.git
41
+ git clone --single-branch --branch bpf-tools-v1.20 https://github.com/solana-labs/newlib.git
42
42
echo " $( cd newlib && git rev-parse HEAD ) https://github.com/solana-labs/newlib.git" >> version.md
43
43
mkdir -p newlib_build
44
44
mkdir -p newlib_install
You can’t perform that action at this time.
0 commit comments