[commit: ghc] wip/jenkins: Show location of stage0 compiler (4eb46f7)

git at git.haskell.org git at git.haskell.org
Wed Jun 14 17:13:14 UTC 2017


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

On branch  : wip/jenkins
Link       : http://ghc.haskell.org/trac/ghc/changeset/4eb46f77d130e3f477e5e8b6dbcad943b5d177ae/ghc

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

commit 4eb46f77d130e3f477e5e8b6dbcad943b5d177ae
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Jun 13 16:10:23 2017 -0400

    Show location of stage0 compiler


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

4eb46f77d130e3f477e5e8b6dbcad943b5d177ae
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 486e975..1c6fa39 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -272,6 +272,7 @@ def testGhc(params) {
 
   withGhcBinDist(targetTriple) {
     stage('Configure') {
+      sh "which ghc"
       sh "./configure --prefix=\"`pwd`/${instDir}\""
       sh "${makeCmd} install"
     }



More information about the ghc-commits mailing list