Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reinier Maas
GHC
Commits
00b9b8d3
Commit
00b9b8d3
authored
1 year ago
by
Matthew Pickering
Committed by
Marge Bot
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
ci: Add 9.8.1 bootstrap testing job
parent
362cc693
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-4
6 additions, 4 deletions
.gitlab-ci.yml
with
6 additions
and
4 deletions
.gitlab-ci.yml
+
6
−
4
View file @
00b9b8d3
...
...
@@ -2,7 +2,7 @@ variables:
GIT_SSL_NO_VERIFY
:
"
1"
# Commit of ghc/ci-images repository from which to pull Docker images
DOCKER_REV
:
8035736da0a70f09bd9b63a696cf2eb7977694ec
DOCKER_REV
:
a55d4ae0f9da0a2fb3bc72a13f356e2511a4c4fd
# Sequential version number of all cached things.
# Bump to invalidate GitLab CI cache.
...
...
@@ -101,10 +101,12 @@ workflow:
# which versions of GHC to allow bootstrap with
.bootstrap_matrix
:
&bootstrap_matrix
matrix
:
-
GHC_VERSION
:
9.4.
3
DOCKER_IMAGE
:
"
registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10:$DOCKER_REV"
-
GHC_VERSION
:
9.6.
2
-
GHC_VERSION
:
9.4.
7
DOCKER_IMAGE
:
"
registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10
-ghc9_4
:$DOCKER_REV"
-
GHC_VERSION
:
9.6.
3
DOCKER_IMAGE
:
"
registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10-ghc9_6:$DOCKER_REV"
-
GHC_VERSION
:
9.8.1
DOCKER_IMAGE
:
"
registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10-ghc9_8:$DOCKER_REV"
# Allow linters to fail on draft MRs.
# This must be explicitly transcluded in lint jobs which
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment