[commit: ghc] wip/jenkins: Fix GHC path (9f014c1)
git at git.haskell.org
git at git.haskell.org
Fri Jul 28 16:44:33 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/9f014c1a4dc8e6aec9e733a5d2c6c81d1dcb50bc/ghc
>---------------------------------------------------------------
commit 9f014c1a4dc8e6aec9e733a5d2c6c81d1dcb50bc
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Jun 13 00:44:15 2017 -0400
Fix GHC path
>---------------------------------------------------------------
9f014c1a4dc8e6aec9e733a5d2c6c81d1dcb50bc
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 24810c5..486e975 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -114,7 +114,7 @@ def withMingw(String msystem, Closure f) {
if (msystem == 'MINGW32') {
prefix = "${msysRoot}\\mingw32"
carch = 'i686'
- ghcPath = '$HOME/ghc-8.0.2-i386/bin'
+ ghcPath = '$HOME/ghc-8.0.1-i386/bin'
} else if (msystem == 'MINGW64') {
prefix = "${msysRoot}\\mingw64"
carch = 'x86_64'
More information about the ghc-commits
mailing list