[commit: ghc] wip/fix-docs: circleci: Reduce build verbosity (f2a205e)
git at git.haskell.org
git at git.haskell.org
Wed Aug 8 19:54:27 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/fix-docs
Link : http://ghc.haskell.org/trac/ghc/changeset/f2a205e568a6c610204ec63c093bf5fd79f71352/ghc
>---------------------------------------------------------------
commit f2a205e568a6c610204ec63c093bf5fd79f71352
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Aug 8 15:53:42 2018 -0400
circleci: Reduce build verbosity
>---------------------------------------------------------------
f2a205e568a6c610204ec63c093bf5fd79f71352
.circleci/config.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index ec085b3..f500375 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -50,7 +50,7 @@ aliases:
- &make
run:
name: Build
- command: "make -j$THREADS"
+ command: "make -j$THREADS V=0"
- &build_hadrian
run:
name: Build GHC using Hadrian
More information about the ghc-commits
mailing list