[commit: ghc] wip/jenkins: Enable win64 again (7ed6da0)
git at git.haskell.org
git at git.haskell.org
Mon Jun 19 16:40:16 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/7ed6da0d4ec7c224848936c05704c6f84323a20b/ghc
>---------------------------------------------------------------
commit 7ed6da0d4ec7c224848936c05704c6f84323a20b
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Jun 19 12:39:58 2017 -0400
Enable win64 again
>---------------------------------------------------------------
7ed6da0d4ec7c224848936c05704c6f84323a20b
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