Skip to content

Commit 0bdd495

Browse files
rupprechtPriyanshu3820
authored andcommitted
[bazel] Replace --experimental_guard_against_concurrent_changes usage (llvm#168957)
On startup, bazel prints: `WARNING: Option 'experimental_guard_against_concurrent_changes' is deprecated: Use --guard_against_concurrent_changes instead`
1 parent 8958f12 commit 0bdd495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/bazel/.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ common --enable_bzlmod --noenable_workspace
1313
common --legacy_external_runfiles
1414

1515
# Prevent invalid caching if input files are modified during a build.
16-
build --experimental_guard_against_concurrent_changes
16+
build --guard_against_concurrent_changes
1717

1818
# Automatically enable --config=(linux|macos|windows) based on the host
1919
build --enable_platform_specific_config

0 commit comments

Comments
 (0)