[commit: ghc] wip/fix-docs: Try fixing OS X build (7cea902)
git at git.haskell.org
git at git.haskell.org
Wed Aug 8 18:22:55 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/fix-docs
Link : http://ghc.haskell.org/trac/ghc/changeset/7cea9020a7c717a8069dff9efc62dfd0fc1d6f8e/ghc
>---------------------------------------------------------------
commit 7cea9020a7c717a8069dff9efc62dfd0fc1d6f8e
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Aug 8 14:22:23 2018 -0400
Try fixing OS X build
>---------------------------------------------------------------
7cea9020a7c717a8069dff9efc62dfd0fc1d6f8e
.circleci/config.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index a2b3478..39db42f 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -17,7 +17,7 @@ aliases:
- &buildenv
THREADS: 9
SKIP_PERF_TESTS: YES
- VERBOSE: 2
+ VERBOSE: 1
- &boot
run:
name: Boot
@@ -135,7 +135,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