Skip to content

Commit

Permalink
Release bpf-tools v1.18
Browse files Browse the repository at this point in the history
- Add fix for incorrect code generation that may lead for parts of a
function missing due to the incorrect replacement of loads by
compile-time constants.  This issue is reported here
solana-labs/solana#20538
  • Loading branch information
dmakarov committed Oct 26, 2021
1 parent 4a349b5 commit 7f8c20a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rm -rf out
mkdir -p out
pushd out

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

git clone --single-branch --branch rust-1.54.0 https://github.com/rust-lang/cargo.git
Expand All @@ -38,7 +38,7 @@ OPENSSL_STATIC=1 cargo build --release
popd

if [[ "${HOST_TRIPLE}" != "x86_64-pc-windows-msvc" ]] ; then
git clone --single-branch --branch bpf-port https://github.com/solana-labs/newlib.git
git clone --single-branch --branch bpf-tools-v1.18 https://github.com/solana-labs/newlib.git
echo "$( cd newlib && git rev-parse HEAD ) https://github.com/solana-labs/newlib.git" >> version.md
mkdir -p newlib_build
mkdir -p newlib_install
Expand Down

0 comments on commit 7f8c20a

Please sign in to comment.