[commit: ghc] master: circleci: Reduce build verbosity (5be646f)

git at git.haskell.org git at git.haskell.org
Thu Aug 9 15:28:33 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/5be646f251b25c22ba24ad2a4eb5af66b3f95d74/ghc

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

commit 5be646f251b25c22ba24ad2a4eb5af66b3f95d74
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Aug 8 15:53:42 2018 -0400

    circleci: Reduce build verbosity


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

5be646f251b25c22ba24ad2a4eb5af66b3f95d74
 .circleci/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 8035114..e07e952 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -52,7 +52,7 @@ aliases:
   - &make
     run:
       name: Build
-      command: "make -j`mk/detect-cpu-count.sh`"
+      command: "make -j`mk/detect-cpu-count.sh` V=0"
   - &build_hadrian
     run:
       name: Build GHC using Hadrian



More information about the ghc-commits mailing list