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
c3edd20b
Verified
Commit
c3edd20b
authored
1 year ago
by
Olivier Benz
Browse files
Options
Downloads
Patches
Plain Diff
Freeze GHC v9.4.6; Add package shadow
parent
776daebf
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#23078
passed
1 year ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
prior/9.4.6.Dockerfile
+1
-0
1 addition, 0 deletions
prior/9.4.6.Dockerfile
with
3 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
c3edd20b
...
@@ -35,8 +35,8 @@
...
@@ -35,8 +35,8 @@
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.
2.8
"
GHC_VERSION_BUILD
:
"
9.
4.6
"
CABAL_VERSION_BUILD
:
"
3.
6.2
.0"
CABAL_VERSION_BUILD
:
"
3.
8.1
.0"
STACK_VERSION
:
"
2.11.1"
STACK_VERSION
:
"
2.11.1"
before_script
:
before_script
:
-
*before-script-build
-
*before-script-build
...
...
This diff is collapsed.
Click to expand it.
prior/9.4.6.Dockerfile
+
1
−
0
View file @
c3edd20b
...
@@ -91,6 +91,7 @@ RUN apk add --no-cache \
...
@@ -91,6 +91,7 @@ RUN apk add --no-cache \
pcre2
\
pcre2
\
pcre2-dev
\
pcre2-dev
\
perl
\
perl
\
shadow
\
wget
\
wget
\
xz
\
xz
\
xz-dev
\
xz-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