[commit: ghc] wip/jenkins: Show location of stage0 compiler (57ca8ee)

git at git.haskell.org git at git.haskell.org
Sat Jun 17 13:52:02 UTC 2017


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

On branch  : wip/jenkins
Link       : http://ghc.haskell.org/trac/ghc/changeset/57ca8ee3fd301b5ee3b059469ee9bbedf33b7908/ghc

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

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

    Show location of stage0 compiler


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

57ca8ee3fd301b5ee3b059469ee9bbedf33b7908
 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