[Git][ghc/ghc][ghc-8.8] add "ac_cv_func_clock_gettime=no" to darwin CI build flavors

Ben Gamari gitlab at gitlab.haskell.org
Wed Jul 22 21:12:16 UTC 2020



Ben Gamari pushed to branch ghc-8.8 at Glasgow Haskell Compiler / GHC


Commits:
27ddc306 by Carter Schonwald at 2020-07-22T17:11:55-04:00
add "ac_cv_func_clock_gettime=no" to darwin CI build flavors

(cherry picked from commit ca750bf52293644b9c7732f47d934ef6413f247f)

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -222,6 +222,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"



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/27ddc306f26d981bb7de1abbf63b36b16a6302dd

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/27ddc306f26d981bb7de1abbf63b36b16a6302dd
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200722/a8768037/attachment.html>


More information about the ghc-commits mailing list