[commit: ghc] wip/jenkins: Hmm (c8b1b62)
git at git.haskell.org
git at git.haskell.org
Thu Jul 27 20:48:22 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/c8b1b620f9f406d2a8eb09eafc0a9b09b85b7f74/ghc
>---------------------------------------------------------------
commit c8b1b620f9f406d2a8eb09eafc0a9b09b85b7f74
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon May 29 16:45:16 2017 -0400
Hmm
>---------------------------------------------------------------
c8b1b620f9f406d2a8eb09eafc0a9b09b85b7f74
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