[commit: ghc] wip/jenkins: Fix quoting of carch (643701b)

git at git.haskell.org git at git.haskell.org
Fri Jul 28 16:44:35 UTC 2017


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

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

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

commit 643701ba1fcea6b5a4f1ec39a80124a4ebdae92e
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Jun 12 16:40:33 2017 -0400

    Fix quoting of carch


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

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

diff --git a/Jenkinsfile b/Jenkinsfile
index 98e0946..9f87698 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -122,7 +122,7 @@ def withMingw(String msystem, Closure f) {
   } else {
     fail
   }
-  chost = '${carch}-w64-mingw32'
+  chost = "${carch}-w64-mingw32"
 
   withEnv(["MSYSTEM=${msystem}",
            "PATH+mingw=${prefix}\\bin",



More information about the ghc-commits mailing list