Skip to content

Commit

Permalink
Do not submit
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Sep 7, 2024
1 parent c5b0b06 commit 716cb07
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,14 @@ jobs:
# striking out `cabal test`. Instead we rely on system packages and invoke
# `ghc --make` manually, and even so `ghc -O` is prohibitively expensive.
emulated:
needs: build
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
arch: ['s390x', 'ppc64le']
arch: ['s390x', 'ppc64le', 'riscv64']
steps:
- uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@v2.5.0
- uses: uraimo/run-on-arch-action@v2.7.2
timeout-minutes: 60
with:
arch: ${{ matrix.arch }}
Expand Down Expand Up @@ -235,12 +234,11 @@ jobs:

wasi:
runs-on: ubuntu-latest
needs: build
env:
GHC_WASM_META_REV: c0aa3bb7d88bb6ec809210e17658dd1ed64ba66c
GHC_WASM_META_REV: a04cc1a2206d2030326e1d49be9c6a94ee4283a3
strategy:
matrix:
ghc: ['9.6', '9.8']
ghc: ['9.10']
fail-fast: false
steps:
- name: setup-ghc-wasm32-wasi
Expand Down

0 comments on commit 716cb07

Please sign in to comment.