Skip to content
This repository was archived by the owner on Nov 1, 2018. It is now read-only.

Commit 578012b

Browse files
committed
circleci: Build with in-tree GMP on Darwin
Fixes #15404.
1 parent ba5d0a4 commit 578012b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ aliases:
3333
- &configure_unix
3434
run:
3535
name: Configure
36-
command: ./configure
36+
command: ./configure $CONFIGURE_OPTS
3737
- &configure_unix_32
3838
run:
3939
name: Configure
@@ -140,6 +140,8 @@ jobs:
140140
# Only Sierra and onwards supports clock_gettime. See #12858
141141
ac_cv_func_clock_gettime: "no"
142142
GHC_COLLECTOR_FLAVOR: x86_64-darwin
143+
# Build with in-tree GMP since this isn't available on OS X by default.
144+
CONFIGURE_OPTS: --with-intree-gmp
143145
<<: *buildenv
144146
steps:
145147
- checkout

0 commit comments

Comments
 (0)