[commit: ghc] wip/jenkins: Kill debugging (72e3ea6)
git at git.haskell.org
git at git.haskell.org
Thu May 18 06:15:04 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/72e3ea6e573f1720f34873d4e45120392b69a89d/ghc
>---------------------------------------------------------------
commit 72e3ea6e573f1720f34873d4e45120392b69a89d
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu May 18 01:39:32 2017 -0400
Kill debugging
>---------------------------------------------------------------
72e3ea6e573f1720f34873d4e45120392b69a89d
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