[Git][ghc/ghc][ghc-8.8] gitlab-ci: Fix version of Windows bootstrap compiler
Ben Gamari
gitlab at gitlab.haskell.org
Tue Jul 14 02:11:25 UTC 2020
Ben Gamari pushed to branch ghc-8.8 at Glasgow Haskell Compiler / GHC
Commits:
e89007db by Ben Gamari at 2020-07-13T22:10:28-04:00
gitlab-ci: Fix version of Windows bootstrap compiler
Naturally, the one job that was incorrect was the release job.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.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"
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e89007db569349fa9b51b5b94e26fa04584deabb
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e89007db569349fa9b51b5b94e26fa04584deabb
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200713/ca54a655/attachment.html>
More information about the ghc-commits
mailing list