[commit: ghc] wip/jenkins: debug win32 (6d1ec37)

git at git.haskell.org git at git.haskell.org
Thu Jul 27 20:51:01 UTC 2017


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

On branch  : wip/jenkins
Link       : http://ghc.haskell.org/trac/ghc/changeset/6d1ec37ed8cfa09de1c27a9e0e3e1e77318ca359/ghc

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

commit 6d1ec37ed8cfa09de1c27a9e0e3e1e77318ca359
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sat Jun 17 23:34:18 2017 -0400

    debug win32


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

6d1ec37ed8cfa09de1c27a9e0e3e1e77318ca359
 Jenkinsfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index b754745..451a3a5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -155,6 +155,9 @@ def buildGhc(params) {
 
   withGhcSrcDist() {
     stage('Configure') {
+      echo 'echo $PATH'
+      sh "which ghc"
+
       def speed = 'NORMAL'
       if (params.nightly) {
         speed = 'SLOW'
@@ -271,8 +274,6 @@ def testGhc(params) {
 
   withGhcBinDist(targetTriple) {
     stage('Configure') {
-      echo 'echo $PATH'
-      sh "which ghc"
       if (isUnix()) {
           sh "./configure --prefix=\"${instDir}\""
           sh "${makeCmd} install"



More information about the ghc-commits mailing list