[commit: ghc] wip/jenkins: Actually call closure (c12c44e)

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


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

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

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

commit c12c44ed923a32a636e39c481e2b42d31f48be65
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Jun 4 01:02:20 2017 -0400

    Actually call closure


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

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

diff --git a/Jenkinsfile b/Jenkinsfile
index 830afd1..fa710c3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -181,7 +181,7 @@ def withGhcBinDist(String targetTriple, Closure f) {
   sh "tar -xf ${metadata.tarName}"
   dir("${metadata.dirName}") {
     try {
-      f
+      f()
     } finally {
       deleteDir()
     }



More information about the ghc-commits mailing list