[commit: ghc] wip/jenkins: Kill debugging (7a74b14)
git at git.haskell.org
git at git.haskell.org
Fri Jun 9 07:23:42 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/7a74b14176cc0b94e5a07be293f82e7b301b6c0a/ghc
>---------------------------------------------------------------
commit 7a74b14176cc0b94e5a07be293f82e7b301b6c0a
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu May 18 01:39:32 2017 -0400
Kill debugging
>---------------------------------------------------------------
7a74b14176cc0b94e5a07be293f82e7b301b6c0a
Jenkinsfile | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 04d8d84..d759a03 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -11,16 +11,6 @@ properties(
])
])
-if (true) {
- node(label: 'linux && aarch64') {
- stage('Testing') {
- sh 'pwd'
- git 'git://git.haskell.org/ghc'
- sh 'ls'
- }
- }
-}
-
parallel (
"linux x86-64" : {node(label: 'linux && amd64') {buildGhc(params.runNofib)}},
"linux x86-64 -> aarch64" : {
More information about the ghc-commits
mailing list