summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRamon Fernandez <ramon@mongodb.com>2018-01-10 17:02:38 -0500
committerRamon Fernandez <ramon@mongodb.com>2018-01-10 17:02:38 -0500
commit23fe9f1a5d762e6ff9ab2c202556fdd2a1c40935 (patch)
treecc538fcb85d029de991e79bb777dc993fd3bfd37 /etc
parent6166b5586f4dc6c5ac2cc2aa4c78b60f4c234c2d (diff)
downloadmongo-23fe9f1a5d762e6ff9ab2c202556fdd2a1c40935.tar.gz
SERVER-32271 Bump minimum MacOS version to 10.8
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml38
1 files changed, 19 insertions, 19 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index e6ddc4f18f7..073f8384a11 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -64,7 +64,7 @@ variables:
- &debug_symbol_variants
- enterprise-linux-64-amazon-ami
- - enterprise-osx-107
+ - enterprise-osx-108
- enterprise-rhel-57-64-bit
- enterprise-rhel-62-64-bit
- enterprise-rhel-70-64-bit
@@ -89,8 +89,8 @@ variables:
- ubuntu1604
- debian71
- debian81
- - osx-107-ssl
- - osx-107
+ - osx-108-ssl
+ - osx-108
#######################################
@@ -3895,8 +3895,8 @@ buildvariants:
# OSX buildvariants #
###########################################
-- name: osx-107
- display_name: OS X 10.7
+- name: osx-108
+ display_name: OS X 10.8
modules:
- mongo-tools
run_on:
@@ -3907,8 +3907,8 @@ buildvariants:
push_bucket: downloads.mongodb.org
push_name: osx
push_arch: x86_64
- gorootvars: CGO_CFLAGS=-mmacosx-version-min=10.7 CGO_LDFLAGS=-mmacosx-version-min=10.7
- compile_flags: --allocator=system -j$(sysctl -n hw.logicalcpu) --release --osx-version-min=10.7 --libc++
+ gorootvars: CGO_CFLAGS=-mmacosx-version-min=10.8 CGO_LDFLAGS=-mmacosx-version-min=10.8
+ compile_flags: --allocator=system -j$(sysctl -n hw.logicalcpu) --release --osx-version-min=10.8 --libc++
num_jobs_available: 1
tasks:
- name: compile
@@ -3984,8 +3984,8 @@ buildvariants:
distros:
- rhel70
-- name: osx-107-ssl
- display_name: SSL OS X 10.7
+- name: osx-108-ssl
+ display_name: SSL OS X 10.8
modules:
- mongo-tools
run_on:
@@ -3997,8 +3997,8 @@ buildvariants:
push_name: osx-ssl
push_arch: x86_64
tooltags: "-tags ssl"
- gorootvars: CGO_CPPFLAGS=-I/opt/mongodbtoolchain/v2/include CGO_CFLAGS=-mmacosx-version-min=10.7 CGO_LDFLAGS=-mmacosx-version-min=10.7
- compile_flags: --ssl --allocator=system -j$(sysctl -n hw.logicalcpu) --release --osx-version-min=10.7 --libc++ CPPPATH=/opt/mongodbtoolchain/v2/include
+ gorootvars: CGO_CPPFLAGS=-I/opt/mongodbtoolchain/v2/include CGO_CFLAGS=-mmacosx-version-min=10.8 CGO_LDFLAGS=-mmacosx-version-min=10.8
+ compile_flags: --ssl --allocator=system -j$(sysctl -n hw.logicalcpu) --release --osx-version-min=10.8 --libc++ CPPPATH=/opt/mongodbtoolchain/v2/include
num_jobs_available: 1
tasks:
- name: compile
@@ -4074,8 +4074,8 @@ buildvariants:
distros:
- rhel70
-- name: osx-107-debug
- display_name: "* OS X 10.7 DEBUG"
+- name: osx-108-debug
+ display_name: "* OS X 10.8 DEBUG"
modules:
- mongo-tools
run_on:
@@ -4086,8 +4086,8 @@ buildvariants:
push_name: osx-debug
push_arch: x86_64
num_jobs_available: 1
- gorootvars: CGO_CFLAGS=-mmacosx-version-min=10.7 CGO_LDFLAGS=-mmacosx-version-min=10.7
- compile_flags: --dbg=on --opt=on --allocator=system -j$(sysctl -n hw.logicalcpu) --osx-version-min=10.7 --libc++
+ gorootvars: CGO_CFLAGS=-mmacosx-version-min=10.8 CGO_LDFLAGS=-mmacosx-version-min=10.8
+ compile_flags: --dbg=on --opt=on --allocator=system -j$(sysctl -n hw.logicalcpu) --osx-version-min=10.8 --libc++
tasks:
- name: compile
- name: aggregation
@@ -4115,8 +4115,8 @@ buildvariants:
- name: tool_WT
- name: unittests
-- name: enterprise-osx-107
- display_name: Enterprise OS X 10.7
+- name: enterprise-osx-108
+ display_name: Enterprise OS X 10.8
modules:
- enterprise
- mongo-tools
@@ -4129,8 +4129,8 @@ buildvariants:
push_name: osx
push_arch: x86_64-enterprise
tooltags: "-tags 'ssl sasl'"
- gorootvars: CGO_CPPFLAGS=-I/opt/mongodbtoolchain/v2/include CGO_CFLAGS=-mmacosx-version-min=10.7 CGO_LDFLAGS=-mmacosx-version-min=10.7
- compile_flags: --ssl --allocator=system -j$(sysctl -n hw.logicalcpu) --release --osx-version-min=10.7 --libc++ CPPPATH=/opt/mongodbtoolchain/v2/include
+ gorootvars: CGO_CPPFLAGS=-I/opt/mongodbtoolchain/v2/include CGO_CFLAGS=-mmacosx-version-min=10.8 CGO_LDFLAGS=-mmacosx-version-min=10.8
+ compile_flags: --ssl --allocator=system -j$(sysctl -n hw.logicalcpu) --release --osx-version-min=10.8 --libc++ CPPPATH=/opt/mongodbtoolchain/v2/include
num_jobs_available: 1
tasks:
- name: compile