[commit: ghc] wip/jenkins: Checkout (2b2bd0c)

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


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

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

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

commit 2b2bd0cb18208f8a5827f821b9ed626bbef1f764
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu May 18 01:19:52 2017 -0400

    Checkout


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

2b2bd0cb18208f8a5827f821b9ed626bbef1f764
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 409d9ec..b9fa972 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -35,6 +35,7 @@ def installPackages(String[] pkgs) {
 
 def buildGhc(boolean runNofib, String cross_target) {
   stage('Clean') {
+    checkout scm
     if (false) {
       sh 'make distclean'
     }



More information about the ghc-commits mailing list