summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2017-11-02 16:23:27 -0400
committerMathias Stearn <mathias@10gen.com>2017-11-02 18:58:53 -0400
commit85cff8aec6bd09790f6fb952169281ec48ae984e (patch)
tree1bb98e9220938056d5db8d43699afeb44b3aec43 /etc
parentf96e0ef10baac1d2ca254c2c4ef78ef0ff8a0542 (diff)
downloadmongo-85cff8aec6bd09790f6fb952169281ec48ae984e.tar.gz
SERVER-31809 Start using toolchain python on macOS
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 29e8dc9cfe5..3d402b214ec 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -6760,7 +6760,6 @@ buildvariants:
gorootvars: CGO_CPPFLAGS=-I/opt/mongodbtoolchain/v2/include CGO_CFLAGS=-mmacosx-version-min=10.10 CGO_LDFLAGS=-mmacosx-version-min=10.10
compile_env: DEVELOPER_DIR=/Applications/Xcode8.3.app
compile_flags: --ssl -j$(sysctl -n hw.logicalcpu) --release --libc++ CCFLAGS="-mmacosx-version-min=10.10" LINKFLAGS="-mmacosx-version-min=10.10" CPPPATH=/opt/mongodbtoolchain/v2/include
- python: python2.7
num_jobs_available: 1
build_mongoreplay: true
tasks:
@@ -6901,7 +6900,6 @@ buildvariants:
gorootvars: CGO_CFLAGS=-mmacosx-version-min=10.10 CGO_LDFLAGS=-mmacosx-version-min=10.10
compile_env: DEVELOPER_DIR=/Applications/Xcode8.3.app
compile_flags: --dbg=on --opt=on -j$(sysctl -n hw.logicalcpu) --libc++ CCFLAGS="-mmacosx-version-min=10.10" LINKFLAGS="-mmacosx-version-min=10.10"
- python: python2.7
build_mongoreplay: true
tasks:
- name: compile
@@ -6947,7 +6945,6 @@ buildvariants:
gorootvars: CGO_CPPFLAGS=-I/opt/mongodbtoolchain/v2/include CGO_CFLAGS=-mmacosx-version-min=10.10 CGO_LDFLAGS=-mmacosx-version-min=10.10
compile_env: DEVELOPER_DIR=/Applications/Xcode8.3.app
compile_flags: --ssl -j$(sysctl -n hw.logicalcpu) --release --libc++ CCFLAGS="-mmacosx-version-min=10.10" LINKFLAGS="-mmacosx-version-min=10.10" CPPPATH=/opt/mongodbtoolchain/v2/include
- python: python2.7
num_jobs_available: 1
build_mongoreplay: true
tasks:
@@ -6995,7 +6992,6 @@ buildvariants:
cdriver_configure_flags: --host arm-apple-darwin CC="$(xcrun -f --sdk iphoneos clang)" CXX="$(xcrun -f --sdk iphoneos clang++)" CPPFLAGS="-isysroot $(xcrun --sdk iphoneos --show-sdk-path) -miphoneos-version-min=10.2 -arch arm64 -fembed-bitcode" CFLAGS="-isysroot $(xcrun --sdk iphoneos --show-sdk-path) -miphoneos-version-min=10.2 -arch arm64 -fembed-bitcode" CXXFLAGS="-isysroot $(xcrun --sdk iphoneos --show-sdk-path) -miphoneos-version-min=10.2 -arch arm64 -fembed-bitcode" LDFLAGS="-miphoneos-version-min=10.2 -arch arm64"
compile_env: DEVELOPER_DIR=/Applications/Xcode8.3.app
compile_flags: -j$(sysctl -n hw.logicalcpu) --dbg=on --disable-warnings-as-errors --js-engine=none --variables-files=etc/scons/xcode_ios.vars CPPPATH="$(dirname $PWD)/mongo-c-driver/install/include/libbson-1.0 $(dirname $PWD)/mongo-c-driver/install/include/libmongoc-1.0" LIBPATH="$(dirname $PWD)/mongo-c-driver/install/lib" all
- python: python2.7
disable_unit_tests: true
tasks:
- name: compile_all
@@ -7010,7 +7006,6 @@ buildvariants:
cdriver_configure_flags: --host x86_64-apple-darwin16.6.0 CC="$(xcrun -f --sdk iphonesimulator clang)" CXX="$(xcrun -f --sdk iphonesimulator clang++)" CPPFLAGS="-isysroot $(xcrun --sdk iphonesimulator --show-sdk-path) -miphoneos-version-min=10.2" CFLAGS="-isysroot $(xcrun --sdk iphonesimulator --show-sdk-path) -miphoneos-version-min=10.2" CXXFLAGS="-isysroot $(xcrun --sdk iphonesimulator --show-sdk-path) -miphoneos-version-min=10.2" LDFLAGS="-miphoneos-version-min=10.2"
compile_env: DEVELOPER_DIR=/Applications/Xcode8.3.app
compile_flags: -j$(sysctl -n hw.logicalcpu) --dbg=on --disable-warnings-as-errors --js-engine=none --variables-files=etc/scons/xcode_ios_sim.vars CPPPATH="$(dirname $PWD)/mongo-c-driver/install/include/libbson-1.0 $(dirname $PWD)/mongo-c-driver/install/include/libmongoc-1.0" LIBPATH="$(dirname $PWD)/mongo-c-driver/install/lib" all
- python: python2.7
disable_unit_tests: true
enable_ios_sim_tests: true
tasks:
@@ -7024,7 +7019,6 @@ buildvariants:
expansions:
compile_env: DEVELOPER_DIR=/Applications/Xcode8.3.app
compile_flags: -j$(sysctl -n hw.logicalcpu) --dbg=on --disable-warnings-as-errors --js-engine=none --variables-files=etc/scons/xcode_tvos.vars all
- python: python2.7
disable_unit_tests: true
tasks:
- name: compile_all
@@ -7037,7 +7031,6 @@ buildvariants:
expansions:
compile_env: DEVELOPER_DIR=/Applications/Xcode8.3.app
compile_flags: -j$(sysctl -n hw.logicalcpu) --dbg=on --disable-warnings-as-errors --js-engine=none --variables-files=etc/scons/xcode_tvos_sim.vars all
- python: python2.7
disable_unit_tests: true
tasks:
- name: compile_all