Skip to content

Commit e929f9f

Browse files
committed
build: always set bazel nolegacy_external_runfiles to avoid busting analysis cache
Use renamed experimental_allow_tags_propagation instead of previous name (incompatible_allow_tags_propagation).
1 parent 87a61aa commit e929f9f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.bazelrc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ build --symlink_prefix=dist/
3434
build --nowatchfs
3535

3636
# Turn off legacy external runfiles
37-
run --nolegacy_external_runfiles
38-
test --nolegacy_external_runfiles
37+
build --nolegacy_external_runfiles
3938

4039
# Turn on --incompatible_strict_action_env which was on by default
4140
# in Bazel 0.21.0 but turned off again in 0.22.0. Follow
@@ -51,7 +50,7 @@ test --incompatible_strict_action_env
5150
build --experimental_remote_merkle_tree_cache
5251

5352
# Ensure that tags applied in BUILDs propagate to actions
54-
build --incompatible_allow_tags_propagation
53+
build --experimental_allow_tags_propagation
5554

5655
# Don't check if output files have been modified
5756
build --noexperimental_check_output_files

0 commit comments

Comments
 (0)