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
3298faeb
Verified
Commit
3298faeb
authored
1 year ago
by
Olivier Benz
Browse files
Options
Downloads
Patches
Plain Diff
Update GHC to v9.6.2
parent
4c7b6ba7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#19995
passed
1 year ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
latest.Dockerfile
+2
-2
2 additions, 2 deletions
latest.Dockerfile
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
1
View file @
3298faeb
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
DOCKER_DRIVER
:
overlay2
DOCKER_DRIVER
:
overlay2
DOCKER_TLS_CERTDIR
:
"
/certs"
DOCKER_TLS_CERTDIR
:
"
/certs"
BUILDX_NO_DEFAULT_ATTESTATIONS
:
"
true"
BUILDX_NO_DEFAULT_ATTESTATIONS
:
"
true"
GHC_VERSION_BUILD
:
"
9.6.
1
"
GHC_VERSION_BUILD
:
"
9.6.
2
"
CABAL_VERSION_BUILD
:
"
3.10.1.0"
CABAL_VERSION_BUILD
:
"
3.10.1.0"
before_script
:
before_script
:
-
*before-script-build
-
*before-script-build
...
...
This diff is collapsed.
Click to expand it.
latest.Dockerfile
+
2
−
2
View file @
3298faeb
...
@@ -52,7 +52,7 @@ RUN cd /tmp \
...
@@ -52,7 +52,7 @@ RUN cd /tmp \
# See https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/libraries/version-history
# See https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/libraries/version-history
&& cabal install --allow-newer --constraint 'Cabal-syntax<3.11' cabal-install-$CABAL_VERSION
&& cabal install --allow-newer --constraint 'Cabal-syntax<3.11' cabal-install-$CABAL_VERSION
FROM
alpine:3.1
7
as
builder
FROM
alpine:3.1
8
as
builder
LABEL
org.opencontainers.image.licenses="MIT" \
LABEL
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.source="https://gitlab.b-data.ch/ghc/ghc-musl" \
org.opencontainers.image.source="https://gitlab.b-data.ch/ghc/ghc-musl" \
...
@@ -81,7 +81,7 @@ RUN apk upgrade --no-cache \
...
@@ -81,7 +81,7 @@ RUN apk upgrade --no-cache \
libcurl
\
libcurl
\
libffi
\
libffi
\
libffi-dev
\
libffi-dev
\
llvm1
4
\
llvm1
6
\
ncurses-dev
\
ncurses-dev
\
ncurses-static
\
ncurses-static
\
openssl-dev
\
openssl-dev
\
...
...
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