[commit: ghc] wip/jenkins: Checkout (ffe09fc)
git at git.haskell.org
git at git.haskell.org
Fri Jun 9 07:23:29 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/ffe09fcbfb5c5fcb863073c1b6f7d4e13a2d775f/ghc
>---------------------------------------------------------------
commit ffe09fcbfb5c5fcb863073c1b6f7d4e13a2d775f
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu May 18 01:19:52 2017 -0400
Checkout
>---------------------------------------------------------------
ffe09fcbfb5c5fcb863073c1b6f7d4e13a2d775f
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