summaryrefslogtreecommitdiff
path: root/etc/distributed_correctness.yml
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2016-04-07 12:01:06 -0400
committerAndrew Morrow <acm@mongodb.com>2016-04-12 16:19:54 -0400
commitc63f9ec3cf52eb517d03cb51ee66a5370a2f7896 (patch)
treea67fb17b020d3e3532fe4392f2a049a3134540ea /etc/distributed_correctness.yml
parentf924b3fac16ac35ad000be0c6a4f1e1cf9d2c85c (diff)
downloadmongo-c63f9ec3cf52eb517d03cb51ee66a5370a2f7896.tar.gz
SERVER-23537 Use v2 toolchain everywhere except solaris
Diffstat (limited to 'etc/distributed_correctness.yml')
-rw-r--r--etc/distributed_correctness.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/distributed_correctness.yml b/etc/distributed_correctness.yml
index 3220011dea4..e843f38a453 100644
--- a/etc/distributed_correctness.yml
+++ b/etc/distributed_correctness.yml
@@ -352,7 +352,7 @@ buildvariants:
display_name: Linux Standalone
batchtime: 1440 # 24 hours
expansions:
- compile_flags: -j$(grep -c ^processor /proc/cpuinfo) CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++ --release
+ compile_flags: -j$(grep -c ^processor /proc/cpuinfo) CC=/opt/mongodbtoolchain/v2/bin/gcc CXX=/opt/mongodbtoolchain/v2/bin/g++ --release
setup: standalone
cluster: single-correctness
numShard: 0
@@ -371,7 +371,7 @@ buildvariants:
display_name: Linux 3-Node ReplSet
batchtime: 1440 # 24 hours
expansions:
- compile_flags: -j$(grep -c ^processor /proc/cpuinfo) CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++ --release
+ compile_flags: -j$(grep -c ^processor /proc/cpuinfo) CC=/opt/mongodbtoolchain/v2/bin/gcc CXX=/opt/mongodbtoolchain/v2/bin/g++ --release
setup: replica
cluster: replica-correctness
numMember: 3