Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit b580f7b

Browse files
committed
Dont build windows with stack-8.8.3.yaml
1 parent 3fb74dc commit b580f7b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.azure/windows-stack.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ jobs:
55
vmImage: windows-2019
66
strategy:
77
matrix:
8-
# default stack.yaml uses ghc-8.8.2 so we can't use it for windows
9-
# TODO: Enable it when it uses ghc-8.8.3
8+
# default stack.yaml uses ghc-8.8.3 so we can't use it for windows
9+
# TODO: Enable it when it uses a version without bugs for windows
1010
# stack-def:
1111
# YAML_FILE: stack.yaml
12-
stack-8.8.3:
13-
YAML_FILE: stack-8.8.3.yaml
1412
# ghc versions 8.8.1 and 8.8.2 are not usable in windows
1513
# due to https://gitlab.haskell.org/ghc/ghc/issues/17575
14+
# ghc-8.8.3 throws segfaults in ci envs so we can't use it neither
15+
# due to https://gitlab.haskell.org/ghc/ghc/issues/17926
16+
stack-8.8.3:
17+
YAML_FILE: stack-8.8.3.yaml
1618
stack-8.6.5:
1719
YAML_FILE: stack-8.6.5.yaml
1820
stack-8.6.4:

0 commit comments

Comments
 (0)