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