Skip to content

Commit b0040c2

Browse files
committed
build: update to bazel version 8
Update to bazel 8
1 parent e4fa5f3 commit b0040c2

File tree

3 files changed

+226
-381
lines changed

3 files changed

+226
-381
lines changed

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ test --incompatible_strict_action_env
5353
build --experimental_remote_merkle_tree_cache
5454

5555
# Ensure that tags applied in BUILDs propagate to actions
56-
common --experimental_allow_tags_propagation
56+
common --incompatible_allow_tags_propagation
5757

5858
# Ensure sandboxing is enabled even for exclusive tests
5959
test --incompatible_exclusive_test_sandboxed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6.1
1+
8.4.2

0 commit comments

Comments
 (0)