[commit: ghc] wip/jenkins: debugging (6e4c30c)

git at git.haskell.org git at git.haskell.org
Thu Jul 27 20:51:25 UTC 2017


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

On branch  : wip/jenkins
Link       : http://ghc.haskell.org/trac/ghc/changeset/6e4c30cf80ae34498bf5de8b164bf6a09191964c/ghc

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

commit 6e4c30cf80ae34498bf5de8b164bf6a09191964c
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Jun 16 14:31:43 2017 -0400

    debugging


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

6e4c30cf80ae34498bf5de8b164bf6a09191964c
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 25ad7f1..179421e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -271,6 +271,7 @@ def testGhc(params) {
 
   withGhcBinDist(targetTriple) {
     stage('Configure') {
+      echo 'echo $PATH'
       sh "which ghc"
       sh "./configure --prefix=\"`pwd`/${instDir}\""
       sh "${makeCmd} install"



More information about the ghc-commits mailing list