summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-03-19 14:23:21 -0400
committerBen Gamari <ben@smart-cactus.org>2019-03-19 14:23:21 -0400
commitfd4637c8d9821088abe1f12635fc9989a2f69ac4 (patch)
tree77e83695ef56c561bc3b6b7d2a039985917d89b3
parent1d5b97c2c1b14e7ae28e2b75d5b3a4d7c8c05c5d (diff)
downloadhaskell-fd4637c8d9821088abe1f12635fc9989a2f69ac4.tar.gz
gitlab-ci: Don't build Windows in quick flavour
This applies the fix from !516 to the 8.6 branch.
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f9f3a34b54..f8c7f73e39 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -382,7 +382,6 @@ validate-x86_64-windows:
set MSYSTEM=MINGW64
python boot
bash -c './configure --with-ghc=`pwd`/toolchain/bin/ghc --enable-tarballs-autodownload HappyCmd=`pwd`/toolchain/bin/happy AlexCmd=`pwd`/toolchain/bin/alex'
- - bash -c "echo include mk/flavours/quick.mk > mk/build.mk"
- bash -c "PATH=`pwd`/toolchain/bin:$PATH make -j`mk/detect-cpu-count.sh`"
- |
bash -c "make binary-dist TAR_COMP_OPTS=-1"