summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1b4de0f9d9..4e469343b3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -391,7 +391,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"
+ CONFIGURE_ARGS: "--with-intree-gmp" "ac_cv_func_clock_gettime=no"
TEST_ENV: "x86_64-darwin"
BUILD_FLAVOUR: "perf"
after_script:
@@ -417,7 +417,7 @@ validate-x86_64-darwin:
MACOSX_DEPLOYMENT_TARGET: "10.7"
ac_cv_func_clock_gettime: "no"
LANG: "en_US.UTF-8"
- CONFIGURE_ARGS: --with-intree-gmp
+ CONFIGURE_ARGS: --with-intree-gmp "ac_cv_func_clock_gettime=no"
TEST_ENV: "x86_64-darwin-hadrian"
FLAVOUR: "validate"
script: