[commit: ghc] wip/jenkins: Show location of stage0 compiler (0ce0984)

git at git.haskell.org git at git.haskell.org
Fri Jul 28 16:44:57 UTC 2017


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

On branch  : wip/jenkins
Link       : http://ghc.haskell.org/trac/ghc/changeset/0ce0984c0a2fd1bacf1010c24b9bfcfbab1a9017/ghc

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

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

    Show location of stage0 compiler


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

0ce0984c0a2fd1bacf1010c24b9bfcfbab1a9017
 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