[commit: ghc] wip/jenkins: debugging (9f4860a)
git at git.haskell.org
git at git.haskell.org
Fri Jul 28 16:45:03 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/9f4860a685418132426389cda5a6d2af476331ab/ghc
>---------------------------------------------------------------
commit 9f4860a685418132426389cda5a6d2af476331ab
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Jun 16 14:31:43 2017 -0400
debugging
>---------------------------------------------------------------
9f4860a685418132426389cda5a6d2af476331ab
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