[commit: ghc] master: gitlab-ci: Try only building Windows in the quick flavour (942b501)
git at git.haskell.org
git at git.haskell.org
Wed Dec 26 02:58:44 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/942b501972139ed95b49b75cb8c0523b460f6d10/ghc
>---------------------------------------------------------------
commit 942b501972139ed95b49b75cb8c0523b460f6d10
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Dec 25 05:12:40 2018 -0500
gitlab-ci: Try only building Windows in the quick flavour
It seems no matter how many machines I throw at Windows it's constantly behind.
Perhaps the quick build flavour will be fast enough to allow us to keep until
while we sort out our toolchain issues (#16084).
>---------------------------------------------------------------
942b501972139ed95b49b75cb8c0523b460f6d10
.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6d8276f..87a5333 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -362,6 +362,7 @@ 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 V=0 test THREADS=`mk/detect-cpu-count.sh` JUNIT_FILE=../../junit.xml'
cache:
More information about the ghc-commits
mailing list