summaryrefslogtreecommitdiff
path: root/.gitlab/gen_ci.hs
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2023-01-27 08:44:42 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-01-30 21:21:11 -0500
commitde963cb62a39ade6615d705d5c9c89b6629868f5 (patch)
treef4289b1e91241491cddd05276751eefd9595190c /.gitlab/gen_ci.hs
parentd0f34f25ceaae9ef0a21f15f811469d0bed9da69 (diff)
downloadhaskell-de963cb62a39ade6615d705d5c9c89b6629868f5.tar.gz
ci: Remove FreeBSD job from release pipelines
We no longer attempt to build or distribute this release
Diffstat (limited to '.gitlab/gen_ci.hs')
-rwxr-xr-x.gitlab/gen_ci.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/gen_ci.hs b/.gitlab/gen_ci.hs
index a7c4cd3cf4..10e7797bc8 100755
--- a/.gitlab/gen_ci.hs
+++ b/.gitlab/gen_ci.hs
@@ -875,7 +875,7 @@ job_groups =
, fastCI (standardBuildsWithConfig Amd64 Windows (splitSectionsBroken vanilla))
, disableValidate (standardBuildsWithConfig Amd64 Windows (splitSectionsBroken nativeInt))
, standardBuilds Amd64 Darwin
- , allowFailureGroup (addValidateRule FreeBSDLabel (standardBuilds Amd64 FreeBSD13))
+ , allowFailureGroup (addValidateRule FreeBSDLabel (validateBuilds Amd64 FreeBSD13 vanilla))
, standardBuilds AArch64 Darwin
, standardBuildsWithConfig AArch64 (Linux Debian10) (splitSectionsBroken vanilla)
, disableValidate (validateBuilds AArch64 (Linux Debian10) llvm)