[commit: ghc] wip/quick-validate-for-windows: gitlab-ci: Try only building Windows in the quick flavour (8c10e53)

git at git.haskell.org git at git.haskell.org
Thu Dec 27 17:00:54 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/quick-validate-for-windows
Link       : http://ghc.haskell.org/trac/ghc/changeset/8c10e531c9431b32c7b43df5e013f7b4dce8a8c2/ghc

>---------------------------------------------------------------

commit 8c10e531c9431b32c7b43df5e013f7b4dce8a8c2
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.


>---------------------------------------------------------------

8c10e531c9431b32c7b43df5e013f7b4dce8a8c2
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 25771c2..1feaab3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -361,6 +361,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