Wolfgang Jeltsch pushed to branch wip/jeltsch/ghc-9-14-building-base at Glasgow Haskell Compiler / GHC
Commits:
-
374e8c66
by Wolfgang Jeltsch at 2026-07-31T20:15:49+03:00
1 changed file:
Changes:
| ... | ... | @@ -1159,7 +1159,7 @@ base-with-other-ghcs-linux: |
| 1159 | 1159 | image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb12:$DOCKER_REV"
|
| 1160 | 1160 | tags:
|
| 1161 | 1161 | - x86_64-linux
|
| 1162 | - script: .gitlab/base-ci.sh x86_64-deb12-linux 9.14.1
|
|
| 1162 | + script: .gitlab/base-ci.sh x86_64-deb12-linux 9.14.2
|
|
| 1163 | 1163 | rules:
|
| 1164 | 1164 | - *full-ci
|
| 1165 | 1165 | |
| ... | ... | @@ -1176,7 +1176,7 @@ base-with-other-ghcs-windows: |
| 1176 | 1176 | image: null
|
| 1177 | 1177 | tags:
|
| 1178 | 1178 | - x86_64-windows
|
| 1179 | - script: bash .gitlab/base-ci.sh x86_64-unknown-mingw32 9.14.1
|
|
| 1179 | + script: bash .gitlab/base-ci.sh x86_64-unknown-mingw32 9.14.2
|
|
| 1180 | 1180 | rules:
|
| 1181 | 1181 | - *full-ci
|
| 1182 | 1182 |