From f482d9e74e93c1cb13ca8eec026b0e7f62f8d224 Mon Sep 17 00:00:00 2001 From: John Cater Date: Thu, 22 Mar 2018 07:23:57 -0700 Subject: Remove current contents of the default global bazelrc. The file is left as an empty file, so make upgrades easier. Site administrators can add their own content as needed, still. Fixes #4850. Closes #4857. TESTED: Created a Debian VM and tested installing the new version as an upgrade and as the first Bazel, observed that the global bazelrc had the expected content. RELNOTES: Remove the default content of the global bazelrc. Change-Id: I5f285f0c59d18179005ffe5bfc35931299635bbb PiperOrigin-RevId: 190060838 --- scripts/packages/bazel.bazelrc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'scripts') diff --git a/scripts/packages/bazel.bazelrc b/scripts/packages/bazel.bazelrc index 9c5ab5a54d..e69de29bb2 100644 --- a/scripts/packages/bazel.bazelrc +++ b/scripts/packages/bazel.bazelrc @@ -1,5 +0,0 @@ -build --action_env=PATH -build --action_env=LD_LIBRARY_PATH -build --action_env=TMPDIR -build --test_env=PATH -build --test_env=LD_LIBRARY_PATH -- cgit v1.2.3