[commit: ghc] wip/jenkins: Disable SplitSections due to #14291 (0e50000)

git at git.haskell.org git at git.haskell.org
Fri Sep 29 18:39:56 UTC 2017


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

On branch  : wip/jenkins
Link       : http://ghc.haskell.org/trac/ghc/changeset/0e500002067e79276b2b403ab7a2e0132ad419e4/ghc

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

commit 0e500002067e79276b2b403ab7a2e0132ad419e4
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Sep 29 14:32:32 2017 -0400

    Disable SplitSections due to #14291


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

0e500002067e79276b2b403ab7a2e0132ad419e4
 Jenkinsfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 63012ce..815e8eb 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -172,6 +172,9 @@ def buildGhc(params) {
                 ValidateSpeed=${speed}
                 ValidateHpc=NO
                 BUILD_DPH=NO
+
+                # Due to #14291
+                SplitSections=NO
                 """
       if (crossCompiling) {
         build_mk += """



More information about the ghc-commits mailing list