[commit: ghc] wip/jenkins: Ensure that carch, prefix, and ghcPath are in scope (fa44c1a)
git at git.haskell.org
git at git.haskell.org
Mon Jun 12 20:32:05 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/fa44c1a81260cddfe5dc65edebf41ac609ba52ba/ghc
>---------------------------------------------------------------
commit fa44c1a81260cddfe5dc65edebf41ac609ba52ba
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
>---------------------------------------------------------------
fa44c1a81260cddfe5dc65edebf41ac609ba52ba
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