Skip to content

Commit

Permalink
Release bpf-tools v1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
dmakarov committed Jul 11, 2022
1 parent 4fdc3d2 commit b73876b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ rm -rf "${OUT_DIR}"
mkdir -p "${OUT_DIR}"
pushd "${OUT_DIR}"

git clone --single-branch --branch bpf-tools-v1.27 https://github.com/solana-labs/rust.git
git clone --single-branch --branch bpf-tools-v1.28 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.59.0 https://github.com/rust-lang/cargo.git
echo "$( cd cargo && git rev-parse HEAD ) https://github.com/rust-lang/cargo.git" >> version.md
git clone --single-branch --branch bpf-tools-v1.28 https://github.com/solana-labs/cargo.git
echo "$( cd cargo && git rev-parse HEAD ) https://github.com/solana-labs/cargo.git" >> version.md

pushd rust
./build.sh
Expand All @@ -39,7 +39,7 @@ OPENSSL_STATIC=1 cargo build --release
popd

if [[ "${HOST_TRIPLE}" != "x86_64-pc-windows-msvc" ]] ; then
git clone --single-branch --branch bpf-tools-v1.27 https://github.com/solana-labs/newlib.git
git clone --single-branch --branch bpf-tools-v1.28 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 b73876b

Please sign in to comment.