@@ -64,7 +64,7 @@ cxx_driver_variables:
6464 mongo_url_prefix : " http://downloads.mongodb.org/linux/mongodb-linux-i686-"
6565 mongo_url_enterprise_keyword : " "
6666 mongo_url_subscription_keyword : " "
67- osx-110 : &mongo_url_osx_110
67+ osx-1010 : &mongo_url_osx_1010
6868 mongo_url_prefix : " http://downloads.mongodb.org/osx/mongodb-osx-x86_64-"
6969 mongo_url_enterprise_keyword : " "
7070
@@ -76,7 +76,7 @@ cxx_driver_variables:
7676 scons_flags : " --32 --ssl --use-sasl-client --sharedclient"
7777 ubuntu_c++11 : &scons_flags_cpp11
7878 scons_flags : " --64 --c++11 --ssl --use-sasl-client --sharedclient"
79- osx_110 : &scons_flags_osx_110
79+ osx_1010 : &scons_flags_osx_1010
8080 scons_flags : " --64 --ssl --use-sasl-client --sharedclient --osx-version-min=10.6"
8181 # # test all plausible combinations of static/dynamic mongo client and windows runtime:
8282 static_windows : &scons_flags_64_windows_static
@@ -170,7 +170,7 @@ cxx_driver_variables:
170170# # Paths for OS X builds
171171 osx_fixups :
172172 scons :
173- boost_headers : &extrapath_osx_110
173+ boost_headers : &extrapath_osx_1010
174174 extrapath : --extrapath="/opt/local"
175175
176176# # Paths and flags for RHEL 5.5 builds
@@ -638,16 +638,16 @@ buildvariants:
638638
639639# # OS X 10.8
640640
641- - name : os-x-110
641+ - name : os-x-1010
642642 display_name : " OS X 10.10"
643643 expansions :
644- << : *mongo_url_osx_110
645- << : *scons_flags_osx_110
644+ << : *mongo_url_osx_1010
645+ << : *scons_flags_osx_1010
646646 << : *parallel_compile_flags_sysctl
647- << : *extrapath_osx_110
647+ << : *extrapath_osx_1010
648648 << : *mongo_orchestration_osx
649649 run_on :
650- - osx-110
650+ - osx-1010
651651 tasks : *latest_tests
652652
653653# ######################################
0 commit comments