[commit: ghc] wip/jenkins: Fix quoting of carch (d1a5dcd)
git at git.haskell.org
git at git.haskell.org
Sat Jun 17 13:52:38 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/d1a5dcd26d0003455ceba41d55675083958d392f/ghc
>---------------------------------------------------------------
commit d1a5dcd26d0003455ceba41d55675083958d392f
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Jun 12 16:40:33 2017 -0400
Fix quoting of carch
>---------------------------------------------------------------
d1a5dcd26d0003455ceba41d55675083958d392f
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