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

gitlab-ci: Fix version of Windows bootstrap compiler

Naturally, the one job that was incorrect was the release job.
parent d6c2fb7a
No related branches found
No related tags found
No related merge requests found
......@@ -657,7 +657,7 @@ release-x86_64-windows:
extends: validate-x86_64-windows
variables:
MSYSTEM: MINGW64
GHC_VERSION: 8.8.4-rc1
GHC_VERSION: "8.8.3.20200710"
GHC_TARBALL_URL: "http://home.smart-cactus.org/~ben/ghc/release-prep/8.8.4-rc1/ghc-8.8.3.20200710-x86_64-unknown-mingw32.tar.xz"
BUILD_FLAVOUR: "perf"
CONFIGURE_ARGS: "--target=x86_64-unknown-mingw32"
......
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