Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
test-primops
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Glasgow Haskell Compiler
test-primops
Commits
5d698f1c
Commit
5d698f1c
authored
9 months ago
by
Matthew Pickering
Browse files
Options
Downloads
Patches
Plain Diff
Migrate to debian12 for CI
parent
0bb0d18f
No related branches found
No related tags found
1 merge request
!24
Migrate to debian12 for CI
Pipeline
#104625
failed
4 months ago
Stage: test
Pipeline: test-primops
#104626
Changes
3
Pipelines
142
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
.gitlab/gen_ci/gen_ci.py
+1
-1
1 addition, 1 deletion
.gitlab/gen_ci/gen_ci.py
template.yml
+5
-5
5 additions, 5 deletions
template.yml
with
8 additions
and
8 deletions
.gitlab-ci.yml
+
2
−
2
View file @
5d698f1c
...
...
@@ -7,7 +7,7 @@ include: template.yml
# The validate pipelines
x86_64-linux
:
extends
:
.build-x86_64-linux-deb1
0
extends
:
.build-x86_64-linux-deb1
2
rules
:
-
if
:
'
$UPSTREAM_PIPELINE_ID'
when
:
never
...
...
@@ -35,7 +35,7 @@ aarch64-darwin:
-
when
:
always
aarch64-linux
:
extends
:
.build-aarch64-linux-deb1
0
extends
:
.build-aarch64-linux-deb1
2
rules
:
-
if
:
'
$UPSTREAM_PIPELINE_ID'
when
:
never
...
...
This diff is collapsed.
Click to expand it.
.gitlab/gen_ci/gen_ci.py
+
1
−
1
View file @
5d698f1c
...
...
@@ -112,7 +112,7 @@ def mk_new_yaml(job_map, job_mapping, pipeline_type, version):
return
job
platforms
=
[
debian
(
"
x86_64
"
,
1
0
),
debian
(
"
aarch64
"
,
1
0
),
darwin
(
"
aarch64
"
),
darwin
(
"
x86_64
"
)]
platforms
=
[
debian
(
"
x86_64
"
,
1
2
),
debian
(
"
aarch64
"
,
1
2
),
darwin
(
"
aarch64
"
),
darwin
(
"
x86_64
"
)]
result
=
{}
for
platform
in
platforms
:
result
.
update
(
mk
(
platform
))
...
...
This diff is collapsed.
Click to expand it.
template.yml
+
5
−
5
View file @
5d698f1c
variables
:
DOCKER_REV
:
"
a9c0f5efbe503c17f63070583b2d815e498acc
68"
DOCKER_REV
:
"
486541129a8e7bf77c2cf7cd76ca998f690d5
68
5
"
BINDIST_REF
:
"
master"
.build
:
script
:
-
.gitlab/ci.sh
.build-x86_64-linux-deb1
0
:
.build-x86_64-linux-deb1
2
:
extends
:
.build
variables
:
NO_LLVM
:
1
GHC_ARGS
:
-fPIC
image
:
"
registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb1
0
:$DOCKER_REV"
image
:
"
registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb1
2
:$DOCKER_REV"
tags
:
-
x86_64-linux
...
...
@@ -38,10 +38,10 @@ variables:
tags
:
-
aarch64-darwin
.build-aarch64-linux-deb1
0
:
.build-aarch64-linux-deb1
2
:
extends
:
.build
variables
:
NO_LLVM
:
1
image
:
"
registry.gitlab.haskell.org/ghc/ci-images/aarch64-linux-deb1
0
:$DOCKER_REV"
image
:
"
registry.gitlab.haskell.org/ghc/ci-images/aarch64-linux-deb1
2
:$DOCKER_REV"
tags
:
-
aarch64-linux
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