Skip to content

Commit 2eeb3a6

Browse files
committed
Release bpf-tools v1.20
1 parent a46abe9 commit 2eeb3a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rm -rf out
2323
mkdir -p out
2424
pushd out
2525

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
2727
echo "$( cd rust && git rev-parse HEAD ) https://github.com/solana-labs/rust.git" >> version.md
2828

2929
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
3838
popd
3939

4040
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
4242
echo "$( cd newlib && git rev-parse HEAD ) https://github.com/solana-labs/newlib.git" >> version.md
4343
mkdir -p newlib_build
4444
mkdir -p newlib_install

0 commit comments

Comments
 (0)