Skip to content

Commit 64aaaaf

Browse files
committed
CI: Update musl-cross to 20240923.
1 parent 5efd45f commit 64aaaaf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
tool: arm-unknown-linux-musleabi
4949
- name: arm32hf
5050
tool: arm-unknown-linux-musleabihf
51+
- name: arm32v7
52+
tool: armv7-unknown-linux-musleabi
53+
- name: arm32v7hf
54+
tool: armv7-unknown-linux-musleabihf
5155
- name: loong64
5256
tool: loongarch64-unknown-linux-musl
5357
- name: m68k
@@ -99,7 +103,7 @@ jobs:
99103
- name: Build ${{ matrix.name }}
100104
run: |
101105
sudo mkdir -p /opt/x-tools
102-
wget https://github.com/musl-cross/musl-cross/releases/download/20240903/${{ matrix.tool }}.tgz
106+
wget https://github.com/musl-cross/musl-cross/releases/download/20240923/${{ matrix.tool }}.tgz
103107
sudo tar xf ${{ matrix.tool }}.tgz -C /opt/x-tools
104108
make CROSS_PREFIX=/opt/x-tools/${{ matrix.tool }}/bin/${{ matrix.tool }}- CFLAGS=${{ matrix.env.CFLAGS }} ENABLE_STATIC=1 -j`nproc`
105109
- name: Upload ${{ matrix.name }}

0 commit comments

Comments
 (0)