summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-07-13 22:10:28 -0400
committerBen Gamari <ben@smart-cactus.org>2020-07-13 22:10:28 -0400
commite89007db569349fa9b51b5b94e26fa04584deabb (patch)
treed7479ebac311c545555c9401049627ed32c136af
parentd6c2fb7a67bddd8ab41bc5f4f66a80f3466d41c3 (diff)
downloadhaskell-e89007db569349fa9b51b5b94e26fa04584deabb.tar.gz
gitlab-ci: Fix version of Windows bootstrap compiler
Naturally, the one job that was incorrect was the release job.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 77b0b44579..f34862fa3b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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"