[commit: ghc] master: darwin: Build with in-tree GMP (de115f9)

git at git.haskell.org git at git.haskell.org
Tue Dec 18 03:16:00 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/de115f90158b23eeff5c1d35f377a407c582eb79/ghc

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

commit de115f90158b23eeff5c1d35f377a407c582eb79
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Dec 17 19:56:08 2018 -0500

    darwin: Build with in-tree GMP


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

de115f90158b23eeff5c1d35f377a407c582eb79
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d41f05b..37f62ab 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -95,6 +95,7 @@ validate-x86_64-darwin:
     - PATH="`pwd`/toolchain/bin:$PATH"
       # Disable sphinx PDF output as MacTeX apparently doesn't provide xelatex
     - echo "BUILD_SPHINX_PDF=NO" >> mk/build.mk
+    - echo "libraries/integer-gmp_CONFIGURE_OPTS += --configure-option=--with-intree-gmp" >> mk/build.mk
   after_script:
     - cp -Rf $HOME/.cabal cabal-cache
   artifacts:



More information about the ghc-commits mailing list