[commit: ghc] wip/jenkins: debugging (6aa4332)
git at git.haskell.org
git at git.haskell.org
Sat Jun 17 13:52:43 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/6aa4332977c6865e673b3fe8ef85a6c80659bb87/ghc
>---------------------------------------------------------------
commit 6aa4332977c6865e673b3fe8ef85a6c80659bb87
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Jun 16 14:31:43 2017 -0400
debugging
>---------------------------------------------------------------
6aa4332977c6865e673b3fe8ef85a6c80659bb87
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