[commit: ghc] wip/jenkins: debug win32 (c85db13)
git at git.haskell.org
git at git.haskell.org
Fri Jul 28 16:44:22 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/c85db1337be5fae66d024aa90bf21d2483e7b9bc/ghc
>---------------------------------------------------------------
commit c85db1337be5fae66d024aa90bf21d2483e7b9bc
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Jun 17 23:34:18 2017 -0400
debug win32
>---------------------------------------------------------------
c85db1337be5fae66d024aa90bf21d2483e7b9bc
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