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

gitlab-ci: Fix Windows release build

parent be1f2d6e
No related branches found
Tags ghc-8.8.2-rc1
No related merge requests found
......@@ -1233,8 +1233,9 @@ release-x86_64-windows:
extends: .build-x86_64-windows-hadrian
variables:
BUILD_FLAVOUR: "perf"
IGNORE_PERF_FAILURES: "all"
HADDOCK_HYPERLINKED_SOURCES: "yes"
# --skip-perf is incompatible with IGNORE_PERF_FAILURES.
IGNORE_PERF_FAILURES: ""
release-x86_64-windows-integer-simple:
<<: *release
......@@ -1245,6 +1246,8 @@ release-x86_64-windows-integer-simple:
IGNORE_PERF_FAILURES: "all"
BUILD_FLAVOUR: "perf"
BIN_DIST_NAME: "ghc-x86_64-mingw32-unknown-nogmp"
# --skip-perf is incompatible with IGNORE_PERF_FAILURES.
IGNORE_PERF_FAILURES: ""
############################################################
......
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