We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f7c36 commit 5b1b746Copy full SHA for 5b1b746
.gitlab-ci.yml
@@ -47,21 +47,21 @@ tests:
47
# TODO: remove this when https://gitlab.haskell.org/ghc/ghc/-/merge_requests/12264#note_602406
48
# has landed in stable release
49
SKIP_CLASH_FFI_EXAMPLE: "yes"
50
- RUN_TESTS: "always"
+ RUN_TESTS: "nightly"
51
52
- GHC_VERSION: 9.6.7
53
54
55
- GHC_VERSION: [9.4.8, 9.2.8]
56
RUN_TESTS: "nightly"
57
58
- GHC_VERSION: 9.0.2
59
WORKAROUND_GHC_MMAP_CRASH: "yes"
60
61
62
- GHC_VERSION: [8.10.7]
63
64
65
66
stack-build:
67
extends: .common-local
0 commit comments