[commit: ghc] wip/jenkins: Fix binding name (be4451c)

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


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

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

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

commit be4451c06a09ce59b1f8afc86e04440ed0a209c8
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Jun 12 22:25:11 2017 -0400

    Fix binding name


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

be4451c06a09ce59b1f8afc86e04440ed0a209c8
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 9f87698..24810c5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -272,7 +272,7 @@ def testGhc(params) {
 
   withGhcBinDist(targetTriple) {
     stage('Configure') {
-      sh "./configure --prefix=\"`pwd`/${inst_dir}\""
+      sh "./configure --prefix=\"`pwd`/${instDir}\""
       sh "${makeCmd} install"
     }
 



More information about the ghc-commits mailing list