Skip to content
Snippets Groups Projects
Commit cd45f8c4 authored by Alec Theriault's avatar Alec Theriault Committed by Ben Gamari
Browse files

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

parent efc95841
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment