Skip to content

Commit 4755696

Browse files
authored
Bump tools to v1.46 (#100)
* Remove upload of move objects * Bump version to 1.46
1 parent a2a88c4 commit 4755696

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/main.yml

-5
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,6 @@ jobs:
9393
with:
9494
name: platform-tools-${{ matrix.tar }}-${{ matrix.arch }}.tar.bz2
9595
path: platform-tools-${{ matrix.tar }}-${{ matrix.arch }}.tar.bz2
96-
- name: Upload move-dev ${{ matrix.tar }} tarball
97-
uses: actions/upload-artifact@v4
98-
with:
99-
name: move-dev-${{ matrix.tar }}-${{ matrix.arch }}.tar.bz2
100-
path: move-dev-${{ matrix.tar }}-${{ matrix.arch }}.tar.bz2
10196

10297
release:
10398
name: Upload Release Assets

build.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ rm -rf "${OUT_DIR}"
6565
mkdir -p "${OUT_DIR}"
6666
pushd "${OUT_DIR}"
6767

68-
git clone --single-branch --branch solana-tools-v1.45 --recurse-submodules --shallow-submodules https://github.com/anza-xyz/rust.git
68+
git clone --single-branch --branch solana-tools-v1.46 --recurse-submodules --shallow-submodules https://github.com/anza-xyz/rust.git
6969
echo "$( cd rust && git rev-parse HEAD ) https://github.com/anza-xyz/rust.git" >> version.md
7070

71-
git clone --single-branch --branch solana-tools-v1.45 https://github.com/anza-xyz/cargo.git
71+
git clone --single-branch --branch solana-tools-v1.46 https://github.com/anza-xyz/cargo.git
7272
echo "$( cd cargo && git rev-parse HEAD ) https://github.com/anza-xyz/cargo.git" >> version.md
7373

7474
pushd rust
@@ -90,7 +90,7 @@ fi
9090
popd
9191

9292
if [[ "${HOST_TRIPLE}" != "x86_64-pc-windows-msvc" ]] ; then
93-
git clone --single-branch --branch solana-tools-v1.45 https://github.com/anza-xyz/newlib.git
93+
git clone --single-branch --branch solana-tools-v1.46 https://github.com/anza-xyz/newlib.git
9494
echo "$( cd newlib && git rev-parse HEAD ) https://github.com/anza-xyz/newlib.git" >> version.md
9595

9696
build_newlib "v0"

0 commit comments

Comments
 (0)