[commit: ghc] wip/nfs-locking: Reduce verbosity (80e986b)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:39:32 UTC 2017


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

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/80e986ba99c5764f78f6c4b54abc0c24953d836c/ghc

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

commit 80e986ba99c5764f78f6c4b54abc0c24953d836c
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Thu Sep 1 20:14:01 2016 +0100

    Reduce verbosity


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

80e986ba99c5764f78f6c4b54abc0c24953d836c
 appveyor.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index ab3ed8c..def4dd9 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -17,11 +17,11 @@ install:
     - git init
     - git remote add origin git://git.haskell.org/ghc.git
     - git pull --recurse-submodules origin master
-    - git submodule update --init --recursive
+    - git submodule update --init --recursive --quiet
 
     # Install all Hadrian and GHC build dependencies
     - cd hadrian
-    - stack setup --silent
+    - stack setup > nul
     - stack exec -- pacman -S autoconf automake-wrapper make patch tar --noconfirm
 
 build_script:



More information about the ghc-commits mailing list