Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository 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
Glasgow Haskell Compiler
Packages
Cabal
Commits
7cfc9146
Commit
7cfc9146
authored
2 years ago
by
Bryan R
Committed by
Mikolaj
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Split PLATFORM into ARCH and OS
parent
85cac768
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+17
-11
17 additions, 11 deletions
.gitlab-ci.yml
with
17 additions
and
11 deletions
.gitlab-ci.yml
+
17
−
11
View file @
7cfc9146
...
...
@@ -30,20 +30,26 @@ build-x86_64-linux:
extends
:
.build
parallel
:
matrix
:
-
PLATFORM
:
-
i386-linux-deb9
-
x86_64-linux-centos7
-
x86_64-linux-deb9
-
x86_64-linux-fedora33
-
x86_64-linux-rocky8
-
x86_64-linux-ubuntu18_04
-
x86_64-linux-ubuntu20_04
-
x86_64-linux-deb10
-
x86_64-linux-deb11
-
ARCH
:
i386
TAG
:
x86_64-linux
OS
:
-
deb9
-
ARCH
:
x86_64
TAG
:
x86_64-linux
OS
:
-
centos7
-
deb9
-
fedora33
-
rocky8
-
ubuntu18_04
-
ubuntu20_04
-
deb10
-
deb11
tags
:
-
x86_64-linux
-
$TAG
image
:
"
registry.gitlab.haskell.org/ghc/ci-images/$PLATFORM:$DOCKER_REV"
variables
:
PLATFORM
:
"
${ARCH}-linux-${OS}"
TARBALL_ARCHIVE_SUFFIX
:
$PLATFORM
TARBALL_EXT
:
tar.xz
ADD_CABAL_ARGS
:
"
--enable-split-sections"
...
...
This diff is collapsed.
Click to expand it.
Bryan R
@chreekat
mentioned in commit
59229c2a
·
2 years ago
mentioned in commit
59229c2a
mentioned in commit 59229c2ae79697879b13c935d48c32742d27f786
Toggle commit list
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