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

git at git.haskell.org git at git.haskell.org
Sat Jun 17 13:52:08 UTC 2017


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

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

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

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

    Fix binding name


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

964bce4f394ba89667d3c2ea92a134aeb39201ea
 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