Skip to content

Commit

Permalink
Enable workaround_ghc_mmap_crash for all jobs with GHC < 9.4
Browse files Browse the repository at this point in the history
We're getting the mmap crash now very regularly on the gitlab runners
  • Loading branch information
leonschoorl committed Aug 22, 2023
1 parent 06a085b commit 0de0b2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:

- ghc: 8.6.5
multiple_hidden: no
workaround_ghc_mmap_crash: yes

- ghc: 9.0.2
workaround_ghc_mmap_crash: yes
Expand Down
10 changes: 6 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,19 @@ tests:
- GHC_VERSION: 9.6.1
RUN_TESTS: "always"

- GHC_VERSION: [9.4.3, 9.2.5, 8.10.7]
- GHC_VERSION: 9.4.3
RUN_TESTS: "nightly"

- GHC_VERSION: [9.2.5, 8.10.7, 8.8.4]
WORKAROUND_GHC_MMAP_CRASH: "yes"
RUN_TESTS: "nightly"

- GHC_VERSION: 9.0.2
WORKAROUND_GHC_MMAP_CRASH: "yes"
RUN_TESTS: "always"

- GHC_VERSION: 8.8.4
RUN_TESTS: "nightly"

- GHC_VERSION: 8.6.5
WORKAROUND_GHC_MMAP_CRASH: "yes"
MULTIPLE_HIDDEN: "no"
RUN_TESTS: "always"

Expand Down

0 comments on commit 0de0b2a

Please sign in to comment.