[commit: ghc] wip/nfs-locking: Add --profile=- to CI build scripts. (6dc581c)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:51:37 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/6dc581c2a9b8c1c68980fd59fd3ceee4569d05d3/ghc
>---------------------------------------------------------------
commit 6dc581c2a9b8c1c68980fd59fd3ceee4569d05d3
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Thu Feb 18 00:25:54 2016 +0000
Add --profile=- to CI build scripts.
Fix #209.
>---------------------------------------------------------------
6dc581c2a9b8c1c68980fd59fd3ceee4569d05d3
.appveyor.yml | 2 +-
.travis.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.appveyor.yml b/.appveyor.yml
index 7ffabc3..537983c 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -39,4 +39,4 @@ install:
build_script:
- cd C:\msys64\home\ghc\shake-build
- echo "" | stack --no-terminal exec -- build.bat selftest
- - echo "" | stack --no-terminal exec -- build.bat -j --no-progress --flavour=quick inplace/bin/ghc-stage1.exe
+ - echo "" | stack --no-terminal exec -- build.bat -j --no-progress --profile=- --flavour=quick inplace/bin/ghc-stage1.exe
diff --git a/.travis.yml b/.travis.yml
index d7e58c3..9547914 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -62,7 +62,7 @@ install:
script:
- ( cd ghc/shake-build && cabal haddock --internal )
- ./ghc/shake-build/build.sh selftest
- - ./ghc/shake-build/build.sh -j --no-progress --flavour=quick $TARGET
+ - ./ghc/shake-build/build.sh -j --no-progress --profile=- --flavour=quick $TARGET
cache:
directories:
More information about the ghc-commits
mailing list