[commit: ghc] wip/T15952-2: Update Darwin CI to use new toplevel --with-intree-gmp configure flag (cd45f8c)

git at git.haskell.org git at git.haskell.org
Thu Jan 24 11:55:52 UTC 2019


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

On branch  : wip/T15952-2
Link       : http://ghc.haskell.org/trac/ghc/changeset/cd45f8c471bb6901ac89babe98fca8e81f430d26/ghc

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

commit cd45f8c471bb6901ac89babe98fca8e81f430d26
Author: Alec Theriault <alec.theriault at gmail.com>
Date:   Mon Jan 21 19:25:29 2019 -0800

    Update Darwin CI to use new toplevel --with-intree-gmp configure flag


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

cd45f8c471bb6901ac89babe98fca8e81f430d26
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 158e740..4f426f3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -117,6 +117,7 @@ validate-x86_64-darwin:
     # Only Sierra and onwards supports clock_gettime. See #12858
     ac_cv_func_clock_gettime: "no"
     LANG: "en_US.UTF-8"
+    CONFIGURE_ARGS: --with-intree-gmp
   before_script:
     - git clean -xdf && git submodule foreach git clean -xdf
     - python3 .gitlab/fix-submodules.py
@@ -126,7 +127,6 @@ validate-x86_64-darwin:
 
     - bash .gitlab/darwin-init.sh
     - PATH="`pwd`/toolchain/bin:$PATH"
-    - 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