Skip to content

Commit

Permalink
Enable workaround_ghc_mmap_crash for all jobs with GHC < 9.2.8
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 23, 2023
1 parent 60e98a8 commit 52d85d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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
6 changes: 4 additions & 2 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.2
RUN_TESTS: "always"

- GHC_VERSION: [9.4.6, 9.2.8, 8.10.7]
- GHC_VERSION: [9.4.6, 9.2.8]
RUN_TESTS: "nightly"

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

- GHC_VERSION: 8.8.4
- GHC_VERSION: [8.10.7, 8.8.4]
WORKAROUND_GHC_MMAP_CRASH: "yes"
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 52d85d7

Please sign in to comment.