diff options
author | Mathew Robinson <mathew@chasinglogic.io> | 2020-02-21 13:53:47 -0500 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-02-22 02:23:40 +0000 |
commit | 60aed37d906100af704bcb5c4cb8f6080e1540fe (patch) | |
tree | 2a615f7c179a758803b0b2b769426e60b75f68b3 /etc | |
parent | 4f19251bf88e2394c464ce2d3f1b83b3cbe9513e (diff) | |
download | mongo-60aed37d906100af704bcb5c4cb8f6080e1540fe.tar.gz |
SERVER-46129 Make ninja faster and contain all targets all the time
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 0b0d8d14b5c..3e0098819ed 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -3924,7 +3924,7 @@ tasks: - func: "scons compile" vars: task_compile_flags: >- - --ninja + --ninja=next targets: build.ninja - command: shell.exec |