Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 25b3c86

Browse files
committed
ci: update loongarch golang and android ndk
1 parent de19f92 commit 25b3c86

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,16 @@ jobs:
118118
- name: Set up Go1.22 loongarch abi1
119119
if: ${{ matrix.jobs.goarch == 'loong64' && matrix.jobs.abi == '1' }}
120120
run: |
121-
wget -q https://github.com/MetaCubeX/loongarch64-golang/releases/download/1.22.4/go1.22.4.linux-amd64-abi1.tar.gz
122-
sudo tar zxf go1.22.4.linux-amd64-abi1.tar.gz -C /usr/local
121+
wget -q https://github.com/MetaCubeX/loongarch64-golang/releases/download/1.23.0/go1.23.0.linux-amd64-abi1.tar.gz
122+
sudo tar zxf go1.23.0.linux-amd64-abi1.tar.gz -C /usr/local
123123
echo "/usr/local/go/bin" >> $GITHUB_PATH
124124
125-
- name: Set up Go1.22 loongarch abi2
126-
if: ${{ matrix.jobs.goarch == 'loong64' && matrix.jobs.abi == '2' }}
127-
run: |
128-
wget -q https://github.com/MetaCubeX/loongarch64-golang/releases/download/1.22.4/go1.22.4.linux-amd64-abi2.tar.gz
129-
sudo tar zxf go1.22.4.linux-amd64-abi2.tar.gz -C /usr/local
130-
echo "/usr/local/go/bin" >> $GITHUB_PATH
125+
# - name: Set up Go1.22 loongarch abi2
126+
# if: ${{ matrix.jobs.goarch == 'loong64' && matrix.jobs.abi == '2' }}
127+
# run: |
128+
# wget -q https://github.com/MetaCubeX/loongarch64-golang/releases/download/1.22.4/go1.22.4.linux-amd64-abi2.tar.gz
129+
# sudo tar zxf go1.22.4.linux-amd64-abi2.tar.gz -C /usr/local
130+
# echo "/usr/local/go/bin" >> $GITHUB_PATH
131131

132132
# modify from https://github.com/restic/restic/issues/4636#issuecomment-1896455557
133133
# this patch file only works on golang1.23.x
@@ -194,7 +194,7 @@ jobs:
194194
uses: nttld/setup-ndk@v1
195195
id: setup-ndk
196196
with:
197-
ndk-version: r27
197+
ndk-version: r28-beta1
198198

199199
- name: Set NDK path
200200
if: ${{ matrix.jobs.goos == 'android' }}

0 commit comments

Comments
 (0)