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

CI: Add GHC 9.8 jobs

parent d1db1b1b
No related branches found
No related tags found
1 merge request!305CI: Add GHC 9.8 jobs
Pipeline #80064 failed
......@@ -206,6 +206,37 @@ test-9.6:
BUILD_MODE: TEST
allow_failure: true
# Build against the 9.8 branch
.build-9.8:
extends: .build
before_script:
- !reference [.build, before_script]
- GHC_TARBALL=$(discover_tarball.sh)
parallel:
matrix:
- ARCH: aarch64
- ARCH: x86_64
tags:
- ${ARCH}-linux
variables:
UPSTREAM_BRANCH_NAME: ghc-9.8
EXTRA_HC_OPTS: "-dcore-lint"
rules:
- if: '$UPSTREAM_COMMIT_SHA || $UPSTREAM_PIPELINE_ID'
when: never
- when: always
build-9.8:
extends: .build-9.8
variables:
BUILD_MODE: FULL
test-9.8:
extends: .build-9.8
variables:
BUILD_MODE: TEST
allow_failure: true
.build:
stage: test
interruptible: true
......
......@@ -104,6 +104,11 @@ case $version in
# package ticket
;;
9.8.*)
# package ticket
broken futhark 23550
;;
9.9.*)
# package ticket
broken futhark 23550
......
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