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 3d3596b commit 236a5abCopy full SHA for 236a5ab
.woodpecker/build_test.yaml
@@ -9,16 +9,23 @@ depends_on:
9
- ormolu
10
11
matrix:
12
- GHC_VERSION:
13
- - 9.2.8
14
- - 9.4.8
15
- - 9.6.6
16
- - 9.8.2
17
- - 9.10.1-slim-bullseye
+ include:
+ - GHC_VERSION: 9.2.8
+ SOURCE: haskell
+ - GHC_VERSION: 9.4.8
+ - GHC_VERSION: 9.6.6
18
19
+ - GHC_VERSION: 9.8.2
20
21
+ - GHC_VERSION: 9.10.1-slim-bullseye
22
23
+ - GHC_VERSION: 9.12.1
24
+ SOURCE: benz0li/ghc-musl
25
26
steps:
27
- name: build_test_${GHC_VERSION}
- image: haskell:${GHC_VERSION}
28
+ image: ${SOURCE}:${GHC_VERSION}
29
commands:
30
- cabal update
31
- cabal configure
0 commit comments