Skip to content

Commit

Permalink
CI: Update musl-cross to 20240923.
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed Sep 25, 2024
1 parent c5a3abb commit 6c44e99
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
tool: arm-unknown-linux-musleabi
- name: arm32hf
tool: arm-unknown-linux-musleabihf
- name: arm32v7
tool: armv7-unknown-linux-musleabi
- name: arm32v7hf
tool: armv7-unknown-linux-musleabihf
- name: loong64
tool: loongarch64-unknown-linux-musl
- name: m68k
Expand Down Expand Up @@ -99,7 +103,7 @@ jobs:
- name: Build ${{ matrix.name }}
run: |
sudo mkdir -p /opt/x-tools
wget https://github.com/musl-cross/musl-cross/releases/download/20240903/${{ matrix.tool }}.tgz
wget https://github.com/musl-cross/musl-cross/releases/download/20240923/${{ matrix.tool }}.tgz
sudo tar xf ${{ matrix.tool }}.tgz -C /opt/x-tools
make CROSS_PREFIX=/opt/x-tools/${{ matrix.tool }}/bin/${{ matrix.tool }}- CFLAGS=${{ matrix.env.CFLAGS }} ENABLE_STATIC=1 -j`nproc`
- name: Upload ${{ matrix.name }}
Expand Down

0 comments on commit 6c44e99

Please sign in to comment.