aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-09-24 22:50:51 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-09-24 22:50:51 -0700
commit59ec31b9427013178506efe13caac4c075e9dd4b (patch)
treef116b0a84320265e0ae92b70e0170963753eab62
parentcf14c2be33318c728072f100996d8ab17fe61886 (diff)
downloadpandoc-59ec31b9427013178506efe13caac4c075e9dd4b.tar.gz
appveyor - remove stack i386 build.
-rw-r--r--appveyor.yml22
1 files changed, 11 insertions, 11 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 0919f843d..83b8bb258 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -16,18 +16,18 @@ environment:
STACK_FLAGS: "--arch=x86_64"
ARCH: "x64"
CHOCO_OPTS: ""
- - BUILD_TYPE: "stack"
- OSARCH: "windows-i386"
- STACK_ROOT: "c:\\sr32"
- STACK_YAML: "stack.lts11.yaml"
- STACK_FLAGS: "--arch=i386 --flag=hslua:lua_32bits"
- ARCH: "x86"
- CHOCO_OPTS: "--x86"
- # note: we do a lts11 build because of
- # https://github.com/commercialhaskell/stackage/issues/3385
- # with luck this will be fixed in ghc 8.6.
+# - BUILD_TYPE: "stack"
+# OSARCH: "windows-i386"
+# STACK_ROOT: "c:\\sr32"
+# STACK_YAML: "stack.lts11.yaml"
+# STACK_FLAGS: "--arch=i386 --flag=hslua:lua_32bits"
+# ARCH: "x86"
+# CHOCO_OPTS: "--x86"
+# # note: we do a lts11 build because of
+# # https://github.com/commercialhaskell/stackage/issues/3385
+# # with luck this will be fixed in ghc 8.6.
- BUILD_TYPE: "cabal"
- OSARCH: "windows-i386-cabal"
+ OSARCH: "windows-i386"
GHC_VERSION: "8.6.1.1"
CABAL_BUILD_OPTS: "--allow-newer=base --allow-newer=template-haskell --allow-newer=containers -flua_32bits -fembed_data_files"
ARCH: "x86"