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
eb4a21a6
Verified
Commit
eb4a21a6
authored
9 months ago
by
Olivier Benz
Browse files
Options
Downloads
Patches
Plain Diff
Add comment regarding patch
parent
cd6b3d85
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
latest.Dockerfile
+3
-1
3 additions, 1 deletion
latest.Dockerfile
prior/9.6.5.Dockerfile
+3
-1
3 additions, 1 deletion
prior/9.6.5.Dockerfile
prior/9.6.6.Dockerfile
+3
-1
3 additions, 1 deletion
prior/9.6.6.Dockerfile
prior/9.8.2.Dockerfile
+3
-1
3 additions, 1 deletion
prior/9.8.2.Dockerfile
with
12 additions
and
4 deletions
latest.Dockerfile
+
3
−
1
View file @
eb4a21a6
...
@@ -45,9 +45,11 @@ RUN cd /tmp \
...
@@ -45,9 +45,11 @@ RUN cd /tmp \
&&
gpg
--verify
"ghc-
$GHC_VERSION
-src.tar.xz.sig"
"ghc-
$GHC_VERSION
-src.tar.xz"
\
&&
gpg
--verify
"ghc-
$GHC_VERSION
-src.tar.xz.sig"
"ghc-
$GHC_VERSION
-src.tar.xz"
\
&&
tar
-xJf
"ghc-
$GHC_VERSION
-src.tar.xz"
\
&&
tar
-xJf
"ghc-
$GHC_VERSION
-src.tar.xz"
\
&&
cd
"ghc-
$GHC_VERSION
"
\
&&
cd
"ghc-
$GHC_VERSION
"
\
# Apply patches
## Apply patch: Bump max LLVM version to 19 (not inclusive)
## https://gitlab.haskell.org/ghc/ghc/-/merge_requests/12726
&& mv "/tmp/$GHC_VERSION.patch" . \
&& mv "/tmp/$GHC_VERSION.patch" . \
&& patch -p0 <"$GHC_VERSION.patch" \
&& patch -p0 <"$GHC_VERSION.patch" \
## Configure and build
&& ./boot.source \
&& ./boot.source \
&& ./configure \
&& ./configure \
## Use the LLVM backend
## Use the LLVM backend
...
...
This diff is collapsed.
Click to expand it.
prior/9.6.5.Dockerfile
+
3
−
1
View file @
eb4a21a6
...
@@ -44,9 +44,11 @@ RUN cd /tmp \
...
@@ -44,9 +44,11 @@ RUN cd /tmp \
&&
gpg
--verify
"ghc-
$GHC_VERSION
-src.tar.xz.sig"
"ghc-
$GHC_VERSION
-src.tar.xz"
\
&&
gpg
--verify
"ghc-
$GHC_VERSION
-src.tar.xz.sig"
"ghc-
$GHC_VERSION
-src.tar.xz"
\
&&
tar
-xJf
"ghc-
$GHC_VERSION
-src.tar.xz"
\
&&
tar
-xJf
"ghc-
$GHC_VERSION
-src.tar.xz"
\
&&
cd
"ghc-
$GHC_VERSION
"
\
&&
cd
"ghc-
$GHC_VERSION
"
\
# Apply patches
## Apply patch: Bump max LLVM version to 19 (not inclusive)
## https://gitlab.haskell.org/ghc/ghc/-/merge_requests/12726
&& mv "/tmp/$GHC_VERSION.patch" . \
&& mv "/tmp/$GHC_VERSION.patch" . \
&& patch -p0 <"$GHC_VERSION.patch" \
&& patch -p0 <"$GHC_VERSION.patch" \
## Configure and build
&& ./boot.source \
&& ./boot.source \
&& ./configure --disable-ld-override LD=ld.gold \
&& ./configure --disable-ld-override LD=ld.gold \
## Use the LLVM backend
## Use the LLVM backend
...
...
This diff is collapsed.
Click to expand it.
prior/9.6.6.Dockerfile
+
3
−
1
View file @
eb4a21a6
...
@@ -44,9 +44,11 @@ RUN cd /tmp \
...
@@ -44,9 +44,11 @@ RUN cd /tmp \
&&
gpg
--verify
"ghc-
$GHC_VERSION
-src.tar.xz.sig"
"ghc-
$GHC_VERSION
-src.tar.xz"
\
&&
gpg
--verify
"ghc-
$GHC_VERSION
-src.tar.xz.sig"
"ghc-
$GHC_VERSION
-src.tar.xz"
\
&&
tar
-xJf
"ghc-
$GHC_VERSION
-src.tar.xz"
\
&&
tar
-xJf
"ghc-
$GHC_VERSION
-src.tar.xz"
\
&&
cd
"ghc-
$GHC_VERSION
"
\
&&
cd
"ghc-
$GHC_VERSION
"
\
# Apply patches
## Apply patch: Bump max LLVM version to 19 (not inclusive)
## https://gitlab.haskell.org/ghc/ghc/-/merge_requests/12726
&& mv "/tmp/$GHC_VERSION.patch" . \
&& mv "/tmp/$GHC_VERSION.patch" . \
&& patch -p0 <"$GHC_VERSION.patch" \
&& patch -p0 <"$GHC_VERSION.patch" \
## Configure and build
&& ./boot.source \
&& ./boot.source \
&& ./configure --disable-ld-override LD=ld.gold \
&& ./configure --disable-ld-override LD=ld.gold \
## Use the LLVM backend
## Use the LLVM backend
...
...
This diff is collapsed.
Click to expand it.
prior/9.8.2.Dockerfile
+
3
−
1
View file @
eb4a21a6
...
@@ -44,9 +44,11 @@ RUN cd /tmp \
...
@@ -44,9 +44,11 @@ RUN cd /tmp \
&&
gpg
--verify
"ghc-
$GHC_VERSION
-src.tar.xz.sig"
"ghc-
$GHC_VERSION
-src.tar.xz"
\
&&
gpg
--verify
"ghc-
$GHC_VERSION
-src.tar.xz.sig"
"ghc-
$GHC_VERSION
-src.tar.xz"
\
&&
tar
-xJf
"ghc-
$GHC_VERSION
-src.tar.xz"
\
&&
tar
-xJf
"ghc-
$GHC_VERSION
-src.tar.xz"
\
&&
cd
"ghc-
$GHC_VERSION
"
\
&&
cd
"ghc-
$GHC_VERSION
"
\
# Apply patches
## Apply patch: Bump max LLVM version to 19 (not inclusive)
## https://gitlab.haskell.org/ghc/ghc/-/merge_requests/12726
&& mv "/tmp/$GHC_VERSION.patch" . \
&& mv "/tmp/$GHC_VERSION.patch" . \
&& patch -p0 <"$GHC_VERSION.patch" \
&& patch -p0 <"$GHC_VERSION.patch" \
## Configure and build
&& ./boot.source \
&& ./boot.source \
&& ./configure --disable-ld-override LD=ld.gold \
&& ./configure --disable-ld-override LD=ld.gold \
## Use the LLVM backend
## Use the LLVM backend
...
...
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