[commit: ghc] wip/jenkins: undebug (110efc6)
git at git.haskell.org
git at git.haskell.org
Fri Sep 1 15:37:38 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/110efc64df920234024e1282a357b0f4ad7e2614/ghc
>---------------------------------------------------------------
commit 110efc64df920234024e1282a357b0f4ad7e2614
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Aug 19 10:37:22 2017 -0400
undebug
>---------------------------------------------------------------
110efc64df920234024e1282a357b0f4ad7e2614
Jenkinsfile | 2 --
1 file changed, 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 1103e80..9f4118f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -159,8 +159,6 @@ def buildGhc(params) {
String makeCmd = params?.makeCmd ?: 'make'
withGhcSrcDist() {
- echo "${targetTriple}"
- echo "${params}"
stage('Configure') {
sh 'echo $PATH'
sh "which ghc"
More information about the ghc-commits
mailing list