[commit: ghc] wip/jenkins: Checkout (54dc828)

git at git.haskell.org git at git.haskell.org
Thu May 18 05:32:11 UTC 2017


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

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

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

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

    Checkout


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

54dc828496e2f511333c6c7fd59eaf13db7bfd89
 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