[commit: ghc] wip/jenkins: Ensure that carch, prefix, and ghcPath are in scope (aae4b7d)
git at git.haskell.org
git at git.haskell.org
Thu Jul 27 20:49:28 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/aae4b7d8b216d6e82c983ec20c8429cb115c85cd/ghc
>---------------------------------------------------------------
commit aae4b7d8b216d6e82c983ec20c8429cb115c85cd
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Jun 12 16:31:31 2017 -0400
Ensure that carch, prefix, and ghcPath are in scope
>---------------------------------------------------------------
aae4b7d8b216d6e82c983ec20c8429cb115c85cd
Jenkinsfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Jenkinsfile b/Jenkinsfile
index 9c2123d..98e0946 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -110,6 +110,7 @@ if (params.runNofib) {
def withMingw(String msystem, Closure f) {
// Derived from msys2's /etc/msystem
def msysRoot = 'C:\\msys64'
+ String carch, prefix, ghcPath
if (msystem == 'MINGW32') {
prefix = "${msysRoot}\\mingw32"
carch = 'i686'
More information about the ghc-commits
mailing list