summaryrefslogtreecommitdiff
path: root/etc/scons
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-04-10 14:07:49 -0400
committerAndrew Morrow <acm@mongodb.com>2015-04-11 10:00:00 -0400
commit64d7779bdbc5b8e491a0916c92c55d162cbe8745 (patch)
tree120657210f6bd9c51a05ea5eb423a782e6809bfc /etc/scons
parentc24e4b657c858a037fb3a7423493fc5ae3dfc03f (diff)
downloadmongo-64d7779bdbc5b8e491a0916c92c55d162cbe8745.tar.gz
SERVER-17986 Allow customization of ENV via SCons Variables
Diffstat (limited to 'etc/scons')
-rw-r--r--etc/scons/propagate_shell_environment.vars6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/scons/propagate_shell_environment.vars b/etc/scons/propagate_shell_environment.vars
new file mode 100644
index 00000000000..3f9eedb5494
--- /dev/null
+++ b/etc/scons/propagate_shell_environment.vars
@@ -0,0 +1,6 @@
+import os
+
+# Causes SCons to import the parent environment into subordinate process execution. This
+# can lead to non-reproducible builds... use with caution.
+
+ENV=os.environ