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

git at git.haskell.org git at git.haskell.org
Tue Jun 13 02:25:26 UTC 2017


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

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

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

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

    Fix binding name


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

bd92eed3d1ed899e5e4d9d057b2794120023b4e0
 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