Skip to content

Commit

Permalink
gitlab-ci: Fix version of Windows bootstrap compiler
Browse files Browse the repository at this point in the history
Naturally, the one job that was incorrect was the release job.
  • Loading branch information
bgamari committed Jul 14, 2020
1 parent d6c2fb7 commit e89007d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e89007d

Please sign in to comment.