diff options
author | Andrew Morrow <acm@mongodb.com> | 2018-12-14 19:52:41 -0500 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2019-01-30 21:10:29 -0500 |
commit | a285618a35742923e9e21fa2df4434406b121a4e (patch) | |
tree | 310d5610441d3b1e16941c23853b3f2bb9c638ff /etc/drivers_nightly.yml | |
parent | c065df4a1dae7fe0b73d7a85d13ff2beb47b459d (diff) | |
download | mongo-a285618a35742923e9e21fa2df4434406b121a4e.tar.gz |
SERVER-36651 SERVER-36652 SERVER-37600 Upgrade to V3 toolchain and XCode 10 everywhere
Diffstat (limited to 'etc/drivers_nightly.yml')
-rw-r--r-- | etc/drivers_nightly.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/drivers_nightly.yml b/etc/drivers_nightly.yml index 00dd41bef87..8c3021556ba 100644 --- a/etc/drivers_nightly.yml +++ b/etc/drivers_nightly.yml @@ -87,7 +87,7 @@ variables: # This script converts the generated version string into a sanitized version string for # use by scons and uploading artifacts as well as information about for the scons cache. - MONGO_VERSION=$MONGO_VERSION SCONS_CACHE_MODE=${scons_cache_mode|nolinked} USE_SCONS_CACHE=${use_scons_cache|false} ${python|/opt/mongodbtoolchain/v2/bin/python2} buildscripts/generate_compile_expansions.py --out compile_expansions.yml + MONGO_VERSION=$MONGO_VERSION SCONS_CACHE_MODE=${scons_cache_mode|nolinked} USE_SCONS_CACHE=${use_scons_cache|false} ${python|/opt/mongodbtoolchain/v3/bin/python2} buildscripts/generate_compile_expansions.py --out compile_expansions.yml - &apply_compile_expansions command: expansions.update @@ -187,7 +187,7 @@ functions: extra_args="$extra_args --jobs=$num_jobs_available" fi - ${python|/opt/mongodbtoolchain/v2/bin/python2} buildscripts/resmoke.py ${resmoke_args} $extra_args ${test_flags} --log=buildlogger --reportFile=report.json + ${python|/opt/mongodbtoolchain/v3/bin/python2} buildscripts/resmoke.py ${resmoke_args} $extra_args ${test_flags} --log=buildlogger --reportFile=report.json "cleanup environment" : command: shell.exec @@ -427,7 +427,7 @@ tasks: rm -rf ${install_directory|/data/mongo-install-directory} - ${compile_env|} ${python|/opt/mongodbtoolchain/v2/bin/python2} ./buildscripts/scons.py ${compile_flags|} ${scons_cache_args|} core unittests MONGO_VERSION=${version} + ${compile_env|} ${python|/opt/mongodbtoolchain/v3/bin/python2} ./buildscripts/scons.py ${compile_flags|} ${scons_cache_args|} core unittests MONGO_VERSION=${version} # Pack up the binaries mkdir -p mongodb-binaries/bin @@ -644,7 +644,7 @@ buildvariants: - rhel62-small expansions: platform: linux - compile_flags: --ssl MONGO_DISTMOD=rhel62 -j$(grep -c ^processor /proc/cpuinfo) --release --variables-files=etc/scons/mongodbtoolchain_gcc.vars + compile_flags: --ssl MONGO_DISTMOD=rhel62 -j$(grep -c ^processor /proc/cpuinfo) --release --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars multiversion_platform_arch: "rhel62" multiversion_edition: "targeted" num_jobs_available: $(grep -c ^processor /proc/cpuinfo) @@ -664,7 +664,7 @@ buildvariants: modules: - enterprise run_on: - - windows-64-vs2015-compile + - windows-64-vs2017-compile expansions: platform: "windows64" exe: ".exe" |