Skip to content

Commit db715f9

Browse files
committed
[bazel] Replace --experimental_guard_against_concurrent_changes usage
1 parent 1136239 commit db715f9

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)