aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/bootstrap
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2017-03-07 11:47:23 +0000
committerGravatar Dmitry Lomov <dslomov@google.com>2017-03-07 12:55:53 +0000
commit94d8f4e9c8c8757aa7ab7c1a7c3e9afb34039127 (patch)
tree9d5b0c41cd3b73835af38dc1222765ad9db33ee2 /scripts/bootstrap
parent70cbebe66037b31512c0fb3b2367ce3e98ea8fb1 (diff)
Env.vars: server won't ignore the client env
Make the --ignore_client_env flag a no-op. The client will pass --client_env flags to the server even in --batch mode. This simplifies the code as well as ensuring that the server always uses the up-do-date client environment. We'll gradually get rid of all System.getenv calls in the server, because the server should always respect the client env. -- PiperOrigin-RevId: 149403129 MOS_MIGRATED_REVID=149403129
Diffstat (limited to 'scripts/bootstrap')
-rwxr-xr-xscripts/bootstrap/compile.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/bootstrap/compile.sh b/scripts/bootstrap/compile.sh
index ec7156937d..19f9abfa42 100755
--- a/scripts/bootstrap/compile.sh
+++ b/scripts/bootstrap/compile.sh
@@ -327,7 +327,6 @@ function run_bazel_jar() {
--ignore_unsupported_sandboxing \
--startup_time=329 --extract_data_time=523 \
--rc_source=/dev/null --isatty=1 \
- --ignore_client_env \
--client_cwd=${PWD} \
"${@}"
}