Skip to content

Commit

Permalink
Release sbf-tools v1.34
Browse files Browse the repository at this point in the history
  • Loading branch information
dmakarov committed Feb 20, 2023
1 parent 7a20f4f commit 0a2c1fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Download Windows BPF tarball
uses: actions/download-artifact@v3
with:
name: solana-bpf-tools-windows.tar.bz2
name: solana-bpf-tools-windows-x86_64.tar.bz2
- name: Download Windows SBF tarball
uses: actions/download-artifact@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ rm -rf "${OUT_DIR}"
mkdir -p "${OUT_DIR}"
pushd "${OUT_DIR}"

git clone --single-branch --branch sbf-tools-v1.33 https://github.com/solana-labs/rust.git
git clone --single-branch --branch sbf-tools-v1.34 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 sbf-tools-v1.33 https://github.com/solana-labs/cargo.git
git clone --single-branch --branch sbf-tools-v1.34 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
Expand All @@ -57,7 +57,7 @@ fi
popd

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

Please sign in to comment.