[commit: ghc] wip/jenkins: Kill debugging (9b24deb)

git at git.haskell.org git at git.haskell.org
Thu Jul 27 20:48:28 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/jenkins
Link       : http://ghc.haskell.org/trac/ghc/changeset/9b24deb90ce9a731a4fbb668ed73116de1edcfe5/ghc

>---------------------------------------------------------------

commit 9b24deb90ce9a731a4fbb668ed73116de1edcfe5
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu May 18 01:39:32 2017 -0400

    Kill debugging


>---------------------------------------------------------------

9b24deb90ce9a731a4fbb668ed73116de1edcfe5
 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