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

git at git.haskell.org git at git.haskell.org
Thu Jul 27 20:51:28 UTC 2017


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

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

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

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

    Fix binding name


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

49e41a9c84ff1a871ea4d273cc3c2b73c846f35a
 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