[commit: ghc] wip/jenkins: Show location of stage0 compiler (2851b36)
git at git.haskell.org
git at git.haskell.org
Thu Jul 27 20:51:03 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/2851b36f11a5281b4628eea7623fbebaec020866/ghc
>---------------------------------------------------------------
commit 2851b36f11a5281b4628eea7623fbebaec020866
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Jun 13 16:10:23 2017 -0400
Show location of stage0 compiler
>---------------------------------------------------------------
2851b36f11a5281b4628eea7623fbebaec020866
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