[commit: ghc] wip/ghc-8.6-merges: gitlab-ci: Don't build Windows in quick flavour (fd4637c)
git at git.haskell.org
git at git.haskell.org
Tue Mar 19 19:52:19 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ghc-8.6-merges
Link : http://ghc.haskell.org/trac/ghc/changeset/fd4637c8d9821088abe1f12635fc9989a2f69ac4/ghc
>---------------------------------------------------------------
commit fd4637c8d9821088abe1f12635fc9989a2f69ac4
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Mar 19 14:23:21 2019 -0400
gitlab-ci: Don't build Windows in quick flavour
This applies the fix from !516 to the 8.6 branch.
>---------------------------------------------------------------
fd4637c8d9821088abe1f12635fc9989a2f69ac4
.gitlab-ci.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f9f3a34..f8c7f73 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"
More information about the ghc-commits
mailing list