[commit: ghc] wip/nfs-locking: Final tweaks (7987366)

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


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

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

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

commit 79873665328d089b35b8a75141afe75b0d84dcbf
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Thu Sep 1 21:02:05 2016 +0100

    Final tweaks


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

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

diff --git a/appveyor.yml b/appveyor.yml
index def4dd9..5d13d29 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -12,7 +12,7 @@ install:
     - 7z x stack.zip stack.exe
 
     # Fetch GHC sources into c:\ghc
-    # Note: Appveyor has already cloned Hadrian into c:\ghc\hadrian, so it's tricky
+    # Note: AppVeyor has already cloned Hadrian into c:\ghc\hadrian, so it's tricky
     - cd ..
     - git init
     - git remote add origin git://git.haskell.org/ghc.git
@@ -30,7 +30,7 @@ build_script:
     # Run internal Hadrian tests
     - stack exec hadrian -- selftest
     # Build GHC
-    - stack exec hadrian -- --lint --directory ".." -j --verbose --no-progress --progress-colour=never --profile=- --flavour=quickest
+    - stack exec hadrian -- --lint --directory ".." -j --flavour=quickest --verbose --no-progress --progress-info=brief --progress-colour=never --profile=-
     # Test GHC binary
     - cd ..
     - inplace\bin\ghc-stage2 -e 1+2



More information about the ghc-commits mailing list