[commit: ghc] master: Speed up AppVeyor build (5276bf5)
git at git.haskell.org
git at git.haskell.org
Tue Oct 23 20:16:05 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/5276bf540756133a8b6506a293131929db801569/ghc
>---------------------------------------------------------------
commit 5276bf540756133a8b6506a293131929db801569
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Tue Apr 17 01:44:03 2018 +0100
Speed up AppVeyor build
>---------------------------------------------------------------
5276bf540756133a8b6506a293131929db801569
appveyor.yml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/appveyor.yml b/appveyor.yml
index 69e3b90..f8fe198 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -36,11 +36,8 @@ build_script:
- hadrian\stack exec -- bash configure --enable-distro-toolchain
- cd hadrian
- # Build Hadrian and run internal Hadrian tests
- - build selftest
-
# Build GHC
- - build -j --flavour=quickest --no-progress --progress-colour=never --profile=-
+ - build -j --flavour=quickest --integer-simple --no-progress --progress-colour=never --profile=-
# Test GHC binary
- cd ..
More information about the ghc-commits
mailing list