From f06198d7241f94ed2a06f132f1e4814d787876e4 Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Tue, 22 Jun 2021 13:34:58 +0100 Subject: [PATCH 1/2] bazel: Use color by default for build commands Signed-off-by: Ryan Northey --- .bazelrc | 1 + docs/build.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index 225246fbea40..c6fdcbd64c7c 100644 --- a/.bazelrc +++ b/.bazelrc @@ -10,6 +10,7 @@ # Startup options cannot be selected via config. startup --host_jvm_args=-Xmx2g +build --color=yes build --workspace_status_command="bash bazel/get_workspace_status" build --experimental_strict_action_env=true build --host_force_python=PY3 diff --git a/docs/build.sh b/docs/build.sh index b1d5ebf47c59..e9ccb53a0d1c 100755 --- a/docs/build.sh +++ b/docs/build.sh @@ -29,7 +29,6 @@ fi # This is for local RBE setup, should be no-op for builds without RBE setting in bazelrc files. IFS=" " read -ra BAZEL_BUILD_OPTIONS <<< "${BAZEL_BUILD_OPTIONS:-}" BAZEL_BUILD_OPTIONS+=( - "--color=yes" "--remote_download_outputs=all" "--strategy=protodoc=sandboxed,local" "--action_env=DOCS_TAG" From 10b93e040b70bbd49967b3894e5380e628963747 Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Tue, 22 Jun 2021 13:55:06 +0100 Subject: [PATCH 2/2] run Signed-off-by: Ryan Northey --- .bazelrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bazelrc b/.bazelrc index c6fdcbd64c7c..7d5c4ce1e86b 100644 --- a/.bazelrc +++ b/.bazelrc @@ -10,6 +10,8 @@ # Startup options cannot be selected via config. startup --host_jvm_args=-Xmx2g +run --color=yes + build --color=yes build --workspace_status_command="bash bazel/get_workspace_status" build --experimental_strict_action_env=true