Skip to content

Commit

Permalink
gh-actions: disable {clang,gcc}-qemu mips64el; needs newer Ubuntu ver…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
mr-c committed Nov 22, 2023
1 parent c76450d commit 471a342
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,12 +359,12 @@ jobs:
arch_gnu: powerpc64le
arch_deb: ppc64el
distro: ubuntu-22.04
- version: 12
cross: mips64el
arch_gnu: mips64el
arch_gnu_abi: abi64
arch_deb: mips64el
distro: ubuntu-22.04
# - version: 12 # needs newer Ubuntu version (23.04+)
# cross: mips64el
# arch_gnu: mips64el
# arch_gnu_abi: abi64
# arch_deb: mips64el
# distro: ubuntu-22.04
runs-on: ${{ matrix.distro }}
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -433,12 +433,12 @@ jobs:
arch_deb: ppc64el
arch_gnu: powerpc64le
distro: ubuntu-22.04
- version: 16
cross: ppc64el
arch_deb: mips64el
arch_gnu: mips64el
arch_gnu_abi: abi64
distro: ubuntu-22.04
# - version: 16
# cross: mips64el # needs newer Ubuntu (23.04+)
# arch_deb: mips64el
# arch_gnu: mips64el
# arch_gnu_abi: abi64
# distro: ubuntu-22.04
runs-on: ${{ matrix.distro }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 471a342

Please sign in to comment.