We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a61aa commit e929f9fCopy full SHA for e929f9f
1 file changed
.bazelrc
@@ -34,8 +34,7 @@ build --symlink_prefix=dist/
34
build --nowatchfs
35
36
# Turn off legacy external runfiles
37
-run --nolegacy_external_runfiles
38
-test --nolegacy_external_runfiles
+build --nolegacy_external_runfiles
39
40
# Turn on --incompatible_strict_action_env which was on by default
41
# in Bazel 0.21.0 but turned off again in 0.22.0. Follow
@@ -51,7 +50,7 @@ test --incompatible_strict_action_env
51
50
build --experimental_remote_merkle_tree_cache
52
53
# Ensure that tags applied in BUILDs propagate to actions
54
-build --incompatible_allow_tags_propagation
+build --experimental_allow_tags_propagation
55
56
# Don't check if output files have been modified
57
build --noexperimental_check_output_files
0 commit comments