From ff4cfc2613c3fcc4c4dd5238ef22c116fe9ce87c Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Mon, 1 Mar 2021 11:04:16 -0500 Subject: gitlab-ci: Disable utimensat in Darwin builds Fixes #17895. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77ba17b8c7..fe6efd48d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -487,6 +487,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 newer OS Xs support utimensat. See #17895 + ac_cv_func_utimensat: "no" LANG: "en_US.UTF-8" CONFIGURE_ARGS: "--with-intree-gmp" TEST_ENV: "x86_64-darwin" -- cgit v1.2.1