[commit: ghc] wip/fix-docs: Revert "Try fixing OS X build" (244eda9)

git at git.haskell.org git at git.haskell.org
Wed Aug 8 23:05:43 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/fix-docs
Link       : http://ghc.haskell.org/trac/ghc/changeset/244eda91d767afe0edbeb41af8aecd6dc1eda589/ghc

>---------------------------------------------------------------

commit 244eda91d767afe0edbeb41af8aecd6dc1eda589
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Aug 8 19:05:29 2018 -0400

    Revert "Try fixing OS X build"
    
    This reverts commit 690bfd7f91896917a419d91123676ef23c8da7cd.


>---------------------------------------------------------------

244eda91d767afe0edbeb41af8aecd6dc1eda589
 .circleci/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index f86f351..18ae109 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -136,7 +136,7 @@ jobs:
     environment:
       # Disable sphinx PDF output as MacTeX apparently doesn't provide xelatex
       BUILD_SPHINX_PDF: "NO"
-      #MACOSX_DEPLOYMENT_TARGET: "10.7"
+      MACOSX_DEPLOYMENT_TARGET: "10.7"
       # Only Sierra and onwards supports clock_gettime. See #12858
       ac_cv_func_clock_gettime: "no"
       GHC_COLLECTOR_FLAVOR: x86_64-darwin



More information about the ghc-commits mailing list