[commit: ghc] wip/jenkins: Kill debugging (43c9aa6)

git at git.haskell.org git at git.haskell.org
Fri Jul 28 16:43:52 UTC 2017


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

On branch  : wip/jenkins
Link       : http://ghc.haskell.org/trac/ghc/changeset/43c9aa6106de8056bf63fe3766e17416373fe1e8/ghc

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

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

    Kill debugging


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

43c9aa6106de8056bf63fe3766e17416373fe1e8
 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