[commit: ghc] wip/jenkins: Enable win64 again (2c7fbc9)
git at git.haskell.org
git at git.haskell.org
Fri Jul 28 16:44:16 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/2c7fbc9811d3d613d2995549916aefa998a39984/ghc
>---------------------------------------------------------------
commit 2c7fbc9811d3d613d2995549916aefa998a39984
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Jun 19 12:39:58 2017 -0400
Enable win64 again
>---------------------------------------------------------------
2c7fbc9811d3d613d2995549916aefa998a39984
Jenkinsfile | 2 --
1 file changed, 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index a808fcd..bcf3faa 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -83,13 +83,11 @@ parallel (
}
},
// Requires cygpath plugin?
- /*
"windows 64" : {
node(label: 'windows && amd64') {
withMingw('MINGW64') { buildAndTestGhc(targetTriple: 'x86_64-w64-mingw32') }
}
},
- */
"windows 32" : {
node(label: 'windows && amd64') {
withMingw('MINGW32') { buildAndTestGhc(targetTriple: 'x86_64-pc-msys') }
More information about the ghc-commits
mailing list