summaryrefslogtreecommitdiff
path: root/.gitlab/gen_ci.hs
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-12-21 14:29:26 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-12-24 00:42:16 -0500
commitf42ba88fd32f1def7dcf02f0a2227b453bf5971c (patch)
tree2dc9305c784af4af219111592d5dff10d8dc9602 /.gitlab/gen_ci.hs
parent63b97430e5bd476923cd0cd8a6c71b17a20e3c4b (diff)
downloadhaskell-f42ba88fd32f1def7dcf02f0a2227b453bf5971c.tar.gz
gitlab-ci: Introduce aarch64-linux-llvm job
This nightly job will ensure that we don't break the LLVM backend on AArch64/Linux by bootstrapping GHC. This would have caught #22640.
Diffstat (limited to '.gitlab/gen_ci.hs')
-rwxr-xr-x.gitlab/gen_ci.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/gen_ci.hs b/.gitlab/gen_ci.hs
index 86356e57b2..2e927f4f26 100755
--- a/.gitlab/gen_ci.hs
+++ b/.gitlab/gen_ci.hs
@@ -807,6 +807,7 @@ jobs = Map.fromList $ concatMap flattenJobGroup $
, allowFailureGroup (addValidateRule FreeBSDLabel (standardBuilds Amd64 FreeBSD13))
, standardBuilds AArch64 Darwin
, standardBuilds AArch64 (Linux Debian10)
+ , disableValidate (standardBuildsWithConfig AArch64 (Linux Debian10) llvm)
, standardBuilds I386 (Linux Debian9)
, standardBuildsWithConfig Amd64 (Linux Alpine) static
, disableValidate (allowFailureGroup (standardBuildsWithConfig Amd64 (Linux Alpine) staticNativeInt))