From 89105cb78ab7f67cdac2bfe2aa0b9c83d1c8d04f Mon Sep 17 00:00:00 2001 From: Andreas Herrmann Date: Sat, 30 Nov 2024 14:26:34 +0100 Subject: [PATCH] Remove remote_results_ignore_disk for Bazel 8 compat See: - https://github.com/bazelbuild/bazel-central-registry/issues/3260 - https://buildkite.com/bazel/bcr-bazel-compatibility-test/builds/72#019367e3-d4a4-4d84-8549-45a01c2fd51c/200-210 --- .bazelrc.common | 2 -- 1 file changed, 2 deletions(-) diff --git a/.bazelrc.common b/.bazelrc.common index 4dcaf55e..9a1ef433 100644 --- a/.bazelrc.common +++ b/.bazelrc.common @@ -12,8 +12,6 @@ common --noincompatible_disallow_empty_glob # docs: https://bazel.build/reference/command-line-reference#flag--remote_upload_local_results build --noremote_upload_local_results -# docs: https://bazel.build/reference/command-line-reference#flag--incompatible_remote_results_ignore_disk -build --incompatible_remote_results_ignore_disk # docs: https://bazel.build/reference/command-line-reference#flag--incompatible_strict_action_env build --incompatible_strict_action_env