aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/packages/debian
diff options
context:
space:
mode:
authorGravatar Klaus Aehlig <aehlig@google.com>2016-09-20 14:45:06 +0000
committerGravatar Laszlo Csomor <laszlocsomor@google.com>2016-09-21 07:05:55 +0000
commit96d46280bc5a4803ba2242a4ad16939f85a3b212 (patch)
treeba4be058b0032956ef8d8e37d25fcd042297fb8b /scripts/packages/debian
parent6e2142af1c069a35a942b257e368ab05d04401f1 (diff)
Reintroduce .bazelrc and set --action_env defaults
Shipping a .bazelrc was removed in 009b48bcfaf4ebb17f9ab03bea9036cfa3c12ff0. However, as per our "Specifying environment variables for actions" design document, we want to ship a global rc file specifying the common environment variables to be inherited. So revert that change and add the desired entries to the global bazelrc file we're shipping. -- Change-Id: Ib763677a951e1264ae92954df9b831374594d8b7 Reviewed-on: https://bazel-review.googlesource.com/#/c/6113 MOS_MIGRATED_REVID=133704608
Diffstat (limited to 'scripts/packages/debian')
-rw-r--r--scripts/packages/debian/bazel.bazelrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/packages/debian/bazel.bazelrc b/scripts/packages/debian/bazel.bazelrc
index e69de29bb2..36742468a2 100644
--- a/scripts/packages/debian/bazel.bazelrc
+++ b/scripts/packages/debian/bazel.bazelrc
@@ -0,0 +1,3 @@
+common --action_env=PATH
+common --action_env=LD_LIBRARY_PATH
+common --action_env=TMPDIR