[commit: ghc] wip/jenkins: debug win32 (74d42f6)
git at git.haskell.org
git at git.haskell.org
Sun Jun 18 03:34:31 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/74d42f6772f2f7e92f5527df28dd1936157f5fdf/ghc
>---------------------------------------------------------------
commit 74d42f6772f2f7e92f5527df28dd1936157f5fdf
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Jun 17 23:34:18 2017 -0400
debug win32
>---------------------------------------------------------------
74d42f6772f2f7e92f5527df28dd1936157f5fdf
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