[commit: ghc] wip/jenkins: Checkout (6ca7028)
git at git.haskell.org
git at git.haskell.org
Sun Jun 4 05:08:20 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/6ca702827a7587282bf32e9def039849d4f68c95/ghc
>---------------------------------------------------------------
commit 6ca702827a7587282bf32e9def039849d4f68c95
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu May 18 01:19:52 2017 -0400
Checkout
>---------------------------------------------------------------
6ca702827a7587282bf32e9def039849d4f68c95
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