[commit: ghc] wip/jenkins: Debug (9bcaa5a)

git at git.haskell.org git at git.haskell.org
Fri Aug 18 03:50:37 UTC 2017


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

On branch  : wip/jenkins
Link       : http://ghc.haskell.org/trac/ghc/changeset/9bcaa5aa2360d7449b054cecb9ea32337c108c91/ghc

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

commit 9bcaa5aa2360d7449b054cecb9ea32337c108c91
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Aug 17 23:50:28 2017 -0400

    Debug


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

9bcaa5aa2360d7449b054cecb9ea32337c108c91
 Jenkinsfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index c86060c..5c5cebe 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -159,6 +159,8 @@ 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