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
6d4ab469
Verified
Commit
6d4ab469
authored
2 years ago
by
Olivier Benz
Browse files
Options
Downloads
Patches
Plain Diff
Rebuild GHC version 9.4.4
- Use GHC 9.2.7 for bootstrapping
parent
570802f9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-9
2 additions, 9 deletions
.gitlab-ci.yml
latest.Dockerfile
+1
-1
1 addition, 1 deletion
latest.Dockerfile
with
3 additions
and
10 deletions
.gitlab-ci.yml
+
2
−
9
View file @
6d4ab469
...
...
@@ -33,8 +33,8 @@
variables
:
DOCKER_DRIVER
:
overlay2
DOCKER_TLS_CERTDIR
:
"
/certs"
GHC_VERSION_BUILD
:
"
9.
2.7
"
CABAL_VERSION_BUILD
:
"
3.
6.2
.0"
GHC_VERSION_BUILD
:
"
9.
4.4
"
CABAL_VERSION_BUILD
:
"
3.
8.1
.0"
before_script
:
-
*before-script-build
...
...
@@ -168,13 +168,6 @@ build-manifest:version-linux-multiarch:
$CI_APP_REPO:$CI_APP_TAG-linux-arm64v8
fi
docker manifest push $CI_APP_REPO:$CI_APP_TAG
-
|
docker manifest create $CI_APP_REPO:$VERSION_MAJ_MIN $CI_MANIFEST_LIST
if echo $OS_ARCH | grep "linux-arm64v8" >/dev/null ; then
docker manifest annotate --variant v8 $CI_APP_REPO:$VERSION_MAJ_MIN \
$CI_APP_REPO:$CI_APP_TAG-linux-arm64v8
fi
docker manifest push $CI_APP_REPO:$VERSION_MAJ_MIN
rules
:
-
if
:
$CI_COMMIT_BRANCH == "freeze-version"
changes
:
...
...
This diff is collapsed.
Click to expand it.
latest.Dockerfile
+
1
−
1
View file @
6d4ab469
ARG
GHC_VERSION_BUILD
ARG
CABAL_VERSION_BUILD
FROM
registry.gitlab.b-data.ch/ghc/ghc4pandoc:9.2.
6
as
bootstrap
FROM
registry.gitlab.b-data.ch/ghc/ghc4pandoc:9.2.
7
as
bootstrap
ARG
GHC_VERSION_BUILD
ARG
CABAL_VERSION_BUILD
...
...
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