Skip to content

Commit e240e06

Browse files
Minor: add --osx-version-min flag
1 parent 5621b0b commit e240e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ cxx_driver_variables:
6262
ubuntu_c++11: &scons_flags_cpp11
6363
scons_flags: "--64 -j$(grep -c ^processor /proc/cpuinfo) --c++11 --ssl --use-sasl-client --sharedclient"
6464
osx_108: &scons_flags_osx_108
65-
scons_flags: "--64 -j$(sysctl -n hw.logicalcpu) --ssl --use-sasl-client --sharedclient"
65+
scons_flags: "--64 -j$(sysctl -n hw.logicalcpu) --ssl --use-sasl-client --sharedclient --osx-version-min=10.6"
6666
## test all plausible combinations of static/dynamic mongo client and windows runtime:
6767
static_windows: &scons_flags_64_windows_static
6868
scons_flags: "--64 -j$(grep -c ^processor /proc/cpuinfo) --ssl --use-sasl-client"

0 commit comments

Comments
 (0)