From 5fceed302801990c5d753dff5d8fb5dc0f75c447 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 8 Nov 2017 17:58:42 +0100 Subject: [PATCH] Drop unnecessary bazelrc lines The 'test' command inherits its values from the settings for the build command. Change-Id: Ic579c1c231f897004d1a5744a5b16c260a90c138 --- Documentation/dev-bazel.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/Documentation/dev-bazel.txt b/Documentation/dev-bazel.txt index 72f605f908..9991e2d826 100644 --- a/Documentation/dev-bazel.txt +++ b/Documentation/dev-bazel.txt @@ -392,9 +392,6 @@ and add these lines to your `~/.bazelrc` file: build --experimental_local_disk_cache_path=/home//.gerritcodereview/bazel-cache/cas build --experimental_local_disk_cache build --experimental_strict_action_env -test --experimental_local_disk_cache_path=/home/user>/.gerritcodereview/bazel-cache/cas -test --experimental_local_disk_cache -test --experimental_strict_action_env ---- [NOTE] `experimental_local_disk_cache_path` must be absolute path. Expansion of `~` is