Skip to content
Snippets Groups Projects
Commit 18d1c5f9 authored by Ben Gamari's avatar Ben Gamari
Browse files

Bump Windows toolchain

Updates to LLVM 14, hopefully fixing #21964.

(cherry picked from commit b2bb3e62)
parent 81873448
Branches wip/T19847
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment