[commit: ghc] wip/jenkins: Hmm (d713c32)
git at git.haskell.org
git at git.haskell.org
Fri Jul 28 16:41:35 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/d713c3249c9992c29b1626eaed4aa411a3f8e1b9/ghc
>---------------------------------------------------------------
commit d713c3249c9992c29b1626eaed4aa411a3f8e1b9
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon May 29 16:45:16 2017 -0400
Hmm
>---------------------------------------------------------------
d713c3249c9992c29b1626eaed4aa411a3f8e1b9
Jenkinsfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 69960f2..66c8488 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -35,8 +35,10 @@ parallel (
node(label: 'windows && amd64') {
sh """
export MSYSTEM=MINGW32
- # PATH = 'C:\\msys64\\mingw32\\bin:C:\\msys64\\home\\ben\\ghc-8.0.2-i386\\bin:$PATH'
+ # Profile tries to read PRINTER and fails due to lack of a newline, hence disabling e
+ set +e
source /etc/profile
+ set -e
"""
buildGhc(runNoFib: false)
}
More information about the ghc-commits
mailing list