[commit: ghc] wip/nfs-locking: Try to drop the 'echo' hack. (fe19fc3)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:39:24 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/fe19fc382f56b37e7936a0c086e1bddd87c0e168/ghc
>---------------------------------------------------------------
commit fe19fc382f56b37e7936a0c086e1bddd87c0e168
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Thu Sep 1 19:10:40 2016 +0100
Try to drop the 'echo' hack.
>---------------------------------------------------------------
fe19fc382f56b37e7936a0c086e1bddd87c0e168
appveyor.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/appveyor.yml b/appveyor.yml
index ffca700..07619c8 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -30,7 +30,7 @@ build_script:
# Run internal Hadrian tests
- stack exec hadrian -- selftest
# Build GHC
- - echo "" | stack --no-terminal exec hadrian -- --lint --directory ".." -j --verbose --no-progress --progress-colour=never --profile=- --flavour=quickest
+ - stack exec hadrian -- --lint --directory ".." -j --verbose --no-progress --progress-colour=never --profile=- --flavour=quickest
# Test GHC binary
- cd ..
- inplace\bin\ghc-stage2 -e 1+2
More information about the ghc-commits
mailing list