summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-03-12 19:26:56 -0400
committerBen Gamari <ben@smart-cactus.org>2020-03-12 19:32:37 -0400
commite6ccab3538cd33041eea2c16eb362b0754bf76f6 (patch)
treeaf11b27f2fe3b51941d2a993f0f61d9736659aec /.gitlab-ci.yml
parent84439cb053aa4cbfe56a2ab6aedf848899c085dc (diff)
downloadhaskell-e6ccab3538cd33041eea2c16eb362b0754bf76f6.tar.gz
gitlab-ci: Disable utimensat support in Darwin builds
Works around #17895.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ff55ee41d3..d943a4da52 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -341,6 +341,8 @@ validate-x86_64-darwin:
MACOSX_DEPLOYMENT_TARGET: "10.7"
# Only Sierra and onwards supports clock_gettime. See #12858
ac_cv_func_clock_gettime: "no"
+ # Only Mojave and onwards supports utimensat. See #17895
+ ac_cv_func_utimensat: "no"
LANG: "en_US.UTF-8"
CONFIGURE_ARGS: --with-intree-gmp
TEST_ENV: "x86_64-darwin"