Skip to content

Commit

Permalink
Switch musl build to ubuntu-22.04-arm
Browse files Browse the repository at this point in the history
Workaround runner random fail
ref: actions/partner-runner-images#37
  • Loading branch information
james58899 committed Feb 4, 2025
1 parent 6376207 commit 13856e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
name: hath-rust-${{ matrix.target }}
path: target/${{ matrix.target }}/release/hath-rust
build-linux-musl:
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-22.04-arm
if: inputs.skip-linux-musl != true
strategy:
fail-fast: false
Expand All @@ -88,10 +88,10 @@ jobs:
sudo ./llvm.sh 19
- name: Install amd64 headers
if: ${{ matrix.target == 'x86_64-unknown-linux-musl' }}
run: sudo apt-get install -y libgcc-13-dev-amd64-cross
run: sudo apt-get install -y libgcc-11-dev-amd64-cross
- name: Install arm headers
if: ${{ matrix.target == 'armv7-unknown-linux-musleabihf' }}
run: sudo apt-get install -y libgcc-13-dev-armhf-cross
run: sudo apt-get install -y libgcc-11-dev-armhf-cross
- uses: actions/cache@v4
with:
path: |
Expand Down

0 comments on commit 13856e8

Please sign in to comment.