summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Samek <brian.samek@mongodb.com>2016-03-22 17:00:09 -0400
committerBrian Samek <brian.samek@mongodb.com>2016-03-28 11:46:12 -0400
commitf6919ab0e3243d910c15a19ccb7ce04a985e432e (patch)
tree462d94caa728affe2b16327419ccb09e87e49bf7
parentedad9f9006acc391f8a7013e40d96bdd1f67f9b0 (diff)
downloadmongo-f6919ab0e3243d910c15a19ccb7ce04a985e432e.tar.gz
BUILD-893 Upgrade OS X builders to 10.10
In addition to updating the OS X builders to 10.10, this changes the display name of the OS X builders to refer to the minimum version that we are compiling for rather than the version of the OS that we are compiling on.
-rw-r--r--etc/evergreen.yml32
1 files changed, 16 insertions, 16 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 72da3d09b6d..5fbdad747bf 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -1874,17 +1874,17 @@ buildvariants:
# OSX buildvariants #
###########################################
-- name: osx-108
- display_name: OS X 10.8
+- name: osx-106
+ display_name: OS X 10.6
modules: ~
run_on:
- - osx-108
+ - osx-1010
expansions:
push_path: osx
push_bucket: downloads.mongodb.org
push_name: osx
push_arch: x86_64
- compile_flags: --allocator=system -j$(sysctl -n hw.logicalcpu) --release --osx-version-min=10.6
+ compile_flags: --allocator=system -j$(sysctl -n hw.logicalcpu) --release --osx-version-min=10.6 --disable-warnings-as-errors
test_flags: --continue-on-failure
tasks:
- name: compile
@@ -1914,18 +1914,18 @@ buildvariants:
distros:
- rhel55-test
-- name: osx-108-debug
- display_name: OS X 10.8 DEBUG
+- name: osx-1010-debug
+ display_name: OS X 10.10 DEBUG
modules: ~
run_on:
- - osx-108
+ - osx-1010
expansions:
push_path: osx
push_bucket: downloads.mongodb.org
push_name: osx-debug
push_arch: x86_64
test_flags: --continue-on-failure
- compile_flags: --dbg=on --opt=on --allocator=system -j$(sysctl -n hw.logicalcpu)
+ compile_flags: --dbg=on --opt=on --allocator=system -j$(sysctl -n hw.logicalcpu) --disable-warnings-as-errors
tasks:
- name: compile
- name: aggregation
@@ -1942,17 +1942,17 @@ buildvariants:
- name: sharding
- name: tool
-- name: osx-108-dur-off
- display_name: OS X 10.8 DUR OFF
+- name: osx-1010-dur-off
+ display_name: OS X 10.10 DUR OFF
modules: ~
run_on:
- - osx-108
+ - osx-1010
expansions:
push_path: osx
push_bucket: downloads.mongodb.org
push_name: osx-duroff
push_arch: x86_64
- compile_flags: --durableDefaultOff --allocator=system -j$(sysctl -n hw.logicalcpu)
+ compile_flags: --durableDefaultOff --allocator=system -j$(sysctl -n hw.logicalcpu) --disable-warnings-as-errors
test_flags: --continue-on-failure
tasks:
- name: compile
@@ -1982,17 +1982,17 @@ buildvariants:
- name: slow2
- name: tool
-- name: osx-108-cxx11-debug
- display_name: OS X 10.8 C++11 DEBUG
+- name: osx-107-cxx11-debug
+ display_name: OS X 10.7 C++11 DEBUG
run_on:
- - osx-108
+ - osx-1010
expansions:
push_path: osx
push_bucket: downloads.mongodb.org
push_name: osx-cxx11-debug
push_arch: x86_64
test_flags: --continue-on-failure
- compile_flags: --dbg=on --opt=on --osx-version-min=10.7 --cc=/usr/bin/clang --cxx=/usr/bin/clang++ --c++11 --allocator=system --libc++ --ssl -j$(sysctl -n hw.logicalcpu)
+ compile_flags: --dbg=on --opt=on --osx-version-min=10.7 --c++11 --allocator=system --libc++ --ssl -j$(sysctl -n hw.logicalcpu) --disable-warnings-as-errors
tasks:
- name: compile
- name: aggregation