Skip to content
Snippets Groups Projects
Commit 60649043 authored by Ryan Scott's avatar Ryan Scott
Browse files

CI: Test GHC 9.2

parent 875c4d29
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
# cabal v2-build builds and preserves their results.
#
# The compiler to be tested can be taken from a number of sources. The
# build-master and build-9.0 jobs form the validation pipeline of the
# build-master, build-9.0, and build-9.2 jobs form the validation pipeline of the
# head.hackage repository. In addition, other GitLab projects (e.g. ghc/ghc>)
# can trigger a multi-project pipeline, specifying a GHC binary distribution
# via either the GHC_TARBALL or UPSTREAM_* variables.
......@@ -82,6 +82,17 @@ build-9.0:
when: never
- when: always
# Build against the 9.2 branch
build-9.2:
extends: .build
variables:
GHC_TARBALL: "https://gitlab.haskell.org/api/v4/projects/1/jobs/artifacts/ghc-9.2/raw/ghc-x86_64-fedora27-linux.tar.xz?job=validate-x86_64-linux-fedora27"
EXTRA_HC_OPTS: "-dcore-lint"
rules:
- if: '$UPSTREAM_COMMIT_SHA'
when: never
- when: always
.build:
stage: test
......
......@@ -79,6 +79,11 @@ case $version in
broken "plots" 19042
;;
9.2.*)
# package ticket
broken "plots" 19042
;;
*)
echo "No broken packages for GHC $version"
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment