Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gesh
GHC
Commits
18d1c5f9
Commit
18d1c5f9
authored
2 years ago
by
Ben Gamari
Browse files
Options
Downloads
Patches
Plain Diff
Bump Windows toolchain
Updates to LLVM 14, hopefully fixing #21964. (cherry picked from commit
b2bb3e62
)
parent
81873448
Branches
wip/T19847
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
mk/get-win32-tarballs.py
+1
-1
1 addition, 1 deletion
mk/get-win32-tarballs.py
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
18d1c5f9
...
...
@@ -6,7 +6,7 @@ variables:
# Sequential version number of all cached things.
# Bump to invalidate GitLab CI cache.
CACHE_REV
:
8
CACHE_REV
:
10
# Disable shallow clones; they break our linting rules
GIT_DEPTH
:
0
...
...
This diff is collapsed.
Click to expand it.
mk/get-win32-tarballs.py
+
1
−
1
View file @
18d1c5f9
...
...
@@ -8,7 +8,7 @@ import argparse
import
sys
from
sys
import
stderr
TARBALL_VERSION
=
'
0.
7
'
TARBALL_VERSION
=
'
0.
8
'
BASE_URL
=
"
https://downloads.haskell.org/ghc/mingw/{}
"
.
format
(
TARBALL_VERSION
)
DEST
=
Path
(
'
ghc-tarballs/mingw-w64
'
)
ARCHS
=
[
'
x86_64
'
,
'
sources
'
]
...
...
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