diff options
author | Alexander Neben <alexander.neben@mongodb.com> | 2022-05-24 21:55:23 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-05-25 23:12:25 +0000 |
commit | 1577458a515177d8a9a3cbbd94841cc632a15881 (patch) | |
tree | 7ad72749620af95f0d0ab2c78033e23332c45480 /etc/scons | |
parent | dd8afb86b4c73bc617f79c46693c3c63d5addfed (diff) | |
download | mongo-1577458a515177d8a9a3cbbd94841cc632a15881.tar.gz |
SERVER-66384 Ninja shared build log and common output directory
(cherry picked from commit 55ef8e5a8f084a68efa3e8ba148fb77d72117c49)
Diffstat (limited to 'etc/scons')
-rw-r--r-- | etc/scons/experimental_unified_ninja.vars | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/scons/experimental_unified_ninja.vars b/etc/scons/experimental_unified_ninja.vars new file mode 100644 index 00000000000..21e03e71296 --- /dev/null +++ b/etc/scons/experimental_unified_ninja.vars @@ -0,0 +1,6 @@ +# Configures the build for building with a unified ninja +# Each configuration will share a ninja log +# This allows the output binaries of each configuration to share a common directory + +NINJA_BUILDDIR="$BUILD_ROOT/ninja" +DESTDIR="$BUILD_ROOT/install" |