[commit: ghc] wip/nfs-locking: Run boot and configure from Hadrian. (dd4f887)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:58:04 UTC 2017


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

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

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

commit dd4f8871b08a1063dcd40770ca7a14caaca09c7a
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Thu May 5 00:43:42 2016 +0100

    Run boot and configure from Hadrian.
    
    See #234.


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

dd4f8871b08a1063dcd40770ca7a14caaca09c7a
 .travis.yml  | 5 +----
 appveyor.yml | 5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 2b2e7f5..7d5b699 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,15 +54,12 @@ install:
     - ( cd ghc/hadrian && cabal install --only-dependencies )
     - ( cd ghc/hadrian && cabal configure )
 
-    - ( cd ghc && ./boot )
-    - ( cd ghc && ./configure )
-    - cat ghc/hadrian/cfg/system.config
     - ghc-pkg list
 
 script:
     - ( cd ghc/hadrian && cabal haddock --internal )
     - ./ghc/hadrian/build.sh selftest
-    - ./ghc/hadrian/build.sh -j --skip-configure --no-progress --profile=- --flavour=quick $TARGET
+    - ./ghc/hadrian/build.sh -j --no-progress --profile=- --flavour=quick $TARGET
 
 cache:
     directories:
diff --git a/appveyor.yml b/appveyor.yml
index 0bcf7d7..bb78b80 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -31,13 +31,10 @@ install:
     - stack exec -- ghc-pkg list
     - bash -lc "mv /home/ghc/tmp/* /home/ghc"
     - cd C:\msys64\home\ghc
-    - stack exec -- perl boot
     - bash -lc "cd /home/ghc; mkdir -p ghc-tarballs/mingw-w64/x86_64/"
     - bash -lc "cd /home/ghc; mkdir -p ghc-tarballs/perl/"
-    - bash -lc "cd /home/ghc; exec 0</dev/null; export PATH=/c/Users/appveyor/AppData/Roaming/local/bin:$PATH; ./configure --enable-tarballs-autodownload"
-    - bash -lc "cat /home/ghc/hadrian/cfg/system.config"
 
 build_script:
     - cd C:\msys64\home\ghc\hadrian
     - echo "" | stack --no-terminal exec -- build.bat selftest
-    - echo "" | stack --no-terminal exec -- build.bat -j --skip-configure --no-progress --profile=- --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



More information about the ghc-commits mailing list