Skip to content

Commit c05707b

Browse files
committed
Release bpf-tools v1.8
- Embed BPF linker script and linker options in BPF target specification of the compiler to decouple the toolchain from the Solana SDK.
1 parent 7023078 commit c05707b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rm -rf out
1515
mkdir -p out
1616
pushd out
1717

18-
git clone --single-branch --branch bpf-tools-v1.7 https://github.com/solana-labs/rust.git
18+
git clone --single-branch --branch bpf-tools-v1.8 https://github.com/solana-labs/rust.git
1919
echo "$( cd rust && git rev-parse HEAD ) https://github.com/solana-labs/rust.git" >> version.md
2020

2121
git clone --single-branch --branch rust-1.50.0 https://github.com/rust-lang/cargo.git

0 commit comments

Comments
 (0)