Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GHC musl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
GHC musl
Commits
1239e6fd
Verified
Commit
1239e6fd
authored
5 months ago
by
Olivier Benz
Browse files
Options
Downloads
Patches
Plain Diff
Rebuild GHC version 9.10.1
- Use GHC 9.8.3 for bootstrapping
parent
aaa15772
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#33306
failed
5 months ago
Stage: build1
Stage: mirror
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
latest.Dockerfile
+2
-2
2 additions, 2 deletions
latest.Dockerfile
with
5 additions
and
5 deletions
.gitlab-ci.yml
+
3
−
3
View file @
1239e6fd
.env
:
variables
:
GHC_VERSION
:
"
9.
8.3
"
CABAL_VERSION
:
"
3.1
0.3
.0"
GHC_VERSION
:
"
9.
10.1
"
CABAL_VERSION
:
"
3.1
2.1
.0"
STACK_VERSION
:
"
3.1.1"
HLS_VERSION
:
"
2.9.0.1"
BUILD_GHC
:
"
true"
BUILD_HLS
:
"
false"
TAG_VERSION_MAJ_MIN
:
"
tru
e"
TAG_VERSION_MAJ_MIN
:
"
fals
e"
TAG_VERSION_MAJ
:
"
false"
.before-script-build
:
&before-script-build
...
...
This diff is collapsed.
Click to expand it.
latest.Dockerfile
+
2
−
2
View file @
1239e6fd
...
...
@@ -5,8 +5,8 @@ ARG STACK_VERSION
ARG
GHC_VERSION_BUILD=${GHC_VERSION}
ARG
CABAL_VERSION_BUILD=${CABAL_VERSION}
FROM
glcr.b-data.ch/ghc/ghc-musl:9.8.
2
-linux-amd64
AS
bootstrap-amd64
FROM
glcr.b-data.ch/ghc/ghc-musl:9.8.
2
-linux-arm64v8
AS
bootstrap-arm64
FROM
glcr.b-data.ch/ghc/ghc-musl:9.8.
3
-linux-amd64
AS
bootstrap-amd64
FROM
glcr.b-data.ch/ghc/ghc-musl:9.8.
3
-linux-arm64v8
AS
bootstrap-arm64
FROM
glcr.b-data.ch/ghc/ghc-musl:9.8.2-linux-riscv64
AS
bootstrap-riscv64
FROM
bootstrap-${TARGETARCH}${TARGETVARIANT}
AS
bootstrap
...
...
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