summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger
diff options
context:
space:
mode:
authorTausif Rahman <tausif.rahman@mongodb.com>2022-06-29 17:59:30 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-26 17:47:16 +0000
commita6e5b4986e7bc21080a0fcce8b9ceef89214d48b (patch)
treeb3e9457f02c3ae9b9e5ad5b431b8ec859321c546 /src/third_party/wiredtiger
parentcd1400b89f1da5a6d7a85339c836d27584ccc3b9 (diff)
downloadmongo-a6e5b4986e7bc21080a0fcce8b9ceef89214d48b.tar.gz
SERVER-66938 Drastically simplify command to generate ninja files
(cherry picked from commit 0dd56eb0358262ee0af4d2b172ec53c62ebb0233)
Diffstat (limited to 'src/third_party/wiredtiger')
-rwxr-xr-xsrc/third_party/wiredtiger/test/evergreen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/evergreen.yml b/src/third_party/wiredtiger/test/evergreen.yml
index 1eb0ac2ae5e..d6f096c3764 100755
--- a/src/third_party/wiredtiger/test/evergreen.yml
+++ b/src/third_party/wiredtiger/test/evergreen.yml
@@ -89,7 +89,7 @@ functions:
source venv/bin/activate
pip3 install requirements_parser
pip3 install -r etc/pip/compile-requirements.txt
- ./buildscripts/scons.py --variables-files=etc/scons/mongodbtoolchain_stable_gcc.vars --link-model=dynamic --ninja generate-ninja ICECC=icecc CCACHE=ccache
+ ./buildscripts/scons.py --variables-files=etc/scons/mongodbtoolchain_stable_gcc.vars --link-model=dynamic --ninja ICECC=icecc CCACHE=ccache
ninja -j$(nproc --all) install-mongod
"configure wiredtiger": &configure_wiredtiger
command: shell.exec