We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5621b0b commit e240e06Copy full SHA for e240e06
.mci.yml
@@ -62,7 +62,7 @@ cxx_driver_variables:
62
ubuntu_c++11: &scons_flags_cpp11
63
scons_flags: "--64 -j$(grep -c ^processor /proc/cpuinfo) --c++11 --ssl --use-sasl-client --sharedclient"
64
osx_108: &scons_flags_osx_108
65
- scons_flags: "--64 -j$(sysctl -n hw.logicalcpu) --ssl --use-sasl-client --sharedclient"
+ scons_flags: "--64 -j$(sysctl -n hw.logicalcpu) --ssl --use-sasl-client --sharedclient --osx-version-min=10.6"
66
## test all plausible combinations of static/dynamic mongo client and windows runtime:
67
static_windows: &scons_flags_64_windows_static
68
scons_flags: "--64 -j$(grep -c ^processor /proc/cpuinfo) --ssl --use-sasl-client"
0 commit comments