[commit: ghc] wip/jenkins: Fix GHC path (5f0d7e8)
git at git.haskell.org
git at git.haskell.org
Tue Jun 13 13:43:33 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/5f0d7e8c97d907cbfeacb5c15fda816322f46ea7/ghc
>---------------------------------------------------------------
commit 5f0d7e8c97d907cbfeacb5c15fda816322f46ea7
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Jun 13 00:44:15 2017 -0400
Fix GHC path
>---------------------------------------------------------------
5f0d7e8c97d907cbfeacb5c15fda816322f46ea7
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