aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-08-28 14:42:00 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-08-28 14:42:00 -0700
commit8369eb67d77e52c4ee01c6080b335a8afd0a19d0 (patch)
tree5a5865a60b4e9302e5f2263c4ea31b1bc7077402 /.github/workflows
parentc815d2f2284cb1d9f07cad76ee877ba7a928ad6b (diff)
downloadpandoc-8369eb67d77e52c4ee01c6080b335a8afd0a19d0.tar.gz
release-candidate: don't build windows i386.
So far we haven't been able to figure out how to get stack to use a 32-bit ghc.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release-candidate.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml
index 9f3e26d6f..f71d71b8b 100644
--- a/.github/workflows/release-candidate.yml
+++ b/.github/workflows/release-candidate.yml
@@ -33,11 +33,11 @@ jobs:
arch: "x64"
choco_opts: ""
stack_opts: "-j1"
- - osarch: "windows-i386"
- arch: "x86"
- choco_opts: "--x86 --version 2.1.3.20190715"
- stack_opts: "-j1 --flag hslua:lua_32bits"
- # we use stack 2.1.3 because 2.3.1 doesn't support i386
+ # - osarch: "windows-i386"
+ # arch: "x86"
+ # choco_opts: "--x86 --version 2.1.3.20190715"
+ # stack_opts: "-j1 --flag hslua:lua_32bits"
+ # # we use stack 2.1.3 because 2.3.1 doesn't support i386
steps:
- uses: actions/checkout@v1