Skip to content

Commit

Permalink
Release platform-tools version 1.38
Browse files Browse the repository at this point in the history
  • Loading branch information
dmakarov committed Aug 19, 2023
1 parent 390112a commit 96b6159
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
- name: Install coreutils
run: |
brew update && brew install coreutils
brew rm swig && brew install swig@3 && brew link swig@3
if: matrix.os == 'macos-latest'
shell: bash
- name: Install Ninja
Expand Down
7 changes: 4 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 solana-tools-v1.37 https://github.com/solana-labs/rust.git
git clone --single-branch --branch solana-tools-v1.38 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 solana-tools-v1.37 https://github.com/solana-labs/cargo.git
git clone --single-branch --branch solana-tools-v1.38 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 solana-tools-v1.37 https://github.com/solana-labs/newlib.git
git clone --single-branch --branch solana-tools-v1.38 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 Expand Up @@ -159,6 +159,7 @@ tar -C deploy -jcf ${ARTIFACT} .
MOVE_DEV_TAR=${ARTIFACT/platform-tools/move-dev}
mkdir move-dev
if [[ "${HOST_TRIPLE}" == "x86_64-pc-windows-msvc" ]] ; then
rm -rf deploy
rm -f rust/build/${HOST_TRIPLE}/llvm/bin/{llvm-ranlib.exe,llvm-lib.exe,llvm-dlltool.exe}
fi
cp -R "rust/build/${HOST_TRIPLE}/llvm/"{bin,include,lib} move-dev/
Expand Down

0 comments on commit 96b6159

Please sign in to comment.