[commit: ghc] wip/jenkins: Clean (d290e6f)

git at git.haskell.org git at git.haskell.org
Thu Jul 27 20:52:09 UTC 2017


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

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

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

commit d290e6f05bd1595a820dc65bf23c65e4da2d8cec
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue May 30 00:29:29 2017 -0400

    Clean


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

d290e6f05bd1595a820dc65bf23c65e4da2d8cec
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index b2bd47a..9f93707 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -83,6 +83,7 @@ def buildGhc(params) {
   stage('Checkout') {
     checkout scm
     sh "git submodule update --init --recursive"
+    sh "${makeCmd} distclean"
   }
 
   stage('Configure') {



More information about the ghc-commits mailing list