Skip to content

Commit ea3978a

Browse files
committed
minor: build with same C++ runtime as homebrew boost
1 parent 840926d commit ea3978a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.mci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ cxx_driver_variables:
7777
ubuntu_c++11: &scons_flags_cpp11
7878
scons_flags: "--64 --c++11 --ssl --use-sasl-client --sharedclient"
7979
osx_1010: &scons_flags_osx_1010
80-
scons_flags: "--64 --ssl --use-sasl-client --sharedclient --osx-version-min=10.6"
80+
scons_flags: "--64 --ssl --use-sasl-client --sharedclient --osx-version-min=10.7 --libc++"
8181
## test all plausible combinations of static/dynamic mongo client and windows runtime:
8282
static_windows: &scons_flags_64_windows_static
8383
scons_flags: "--64 --ssl --use-sasl-client"
@@ -171,7 +171,7 @@ cxx_driver_variables:
171171
osx_fixups:
172172
scons:
173173
boost_headers: &extrapath_osx_1010
174-
extrapath: --extrapath="/opt/local"
174+
extrapath: --extrapath="/usr/local"
175175

176176
## Paths and flags for RHEL 5.5 builds
177177
rhel55_fixups:
@@ -638,8 +638,8 @@ buildvariants:
638638

639639
## OS X 10.8
640640

641-
- name: os-x-1010
642-
display_name: "OS X 10.10"
641+
- name: os-x-107
642+
display_name: "OS X 10.7"
643643
expansions:
644644
<<: *mongo_url_osx_1010
645645
<<: *scons_flags_osx_1010

0 commit comments

Comments
 (0)