diff options
| author | Jordan Rupprecht <rupprecht@google.com> | 2025-11-20 17:25:07 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-20 17:25:07 -0600 |
| commit | 3723a8b0ac82e3c90d55cc086a3a3708949e44a7 (patch) | |
| tree | 85f4145502a9d60dfd8a4bc851b00fcba8c2210e /utils | |
| parent | 925ce5adde46f8347d5d7e438f63203f2d003df7 (diff) | |
[bazel] Replace --experimental_guard_against_concurrent_changes usage (#168957)
On startup, bazel prints: `WARNING: Option
'experimental_guard_against_concurrent_changes' is deprecated: Use
--guard_against_concurrent_changes instead`
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/bazel/.bazelrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/bazel/.bazelrc b/utils/bazel/.bazelrc index 274609b18e83..db66a727acf6 100644 --- a/utils/bazel/.bazelrc +++ b/utils/bazel/.bazelrc @@ -13,7 +13,7 @@ common --enable_bzlmod --noenable_workspace common --legacy_external_runfiles # Prevent invalid caching if input files are modified during a build. -build --experimental_guard_against_concurrent_changes +build --guard_against_concurrent_changes # Automatically enable --config=(linux|macos|windows) based on the host build --enable_platform_specific_config |
