[commit: ghc] wip/jenkins: Fix quoting of carch (7f648a2)
git at git.haskell.org
git at git.haskell.org
Thu Jul 27 20:49:39 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/7f648a28b7d2c1babc1bb86ccfa548072a41fcbd/ghc
>---------------------------------------------------------------
commit 7f648a28b7d2c1babc1bb86ccfa548072a41fcbd
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Jun 12 16:40:33 2017 -0400
Fix quoting of carch
>---------------------------------------------------------------
7f648a28b7d2c1babc1bb86ccfa548072a41fcbd
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