Skip to content

Commit e4e6b31

Browse files
committed
Release bpf-tools v1.26
1 parent 1d04ada commit e4e6b31

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
@@ -24,7 +24,7 @@ rm -rf "${OUT_DIR}"
2424
mkdir -p "${OUT_DIR}"
2525
pushd "${OUT_DIR}"
2626

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

3030
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
3939
popd
4040

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

0 commit comments

Comments
 (0)