Skip to content

Commit 0436b70

Browse files
committed
build: update to bazel version 8.4.2
Update bazel to use version 8.4.2
1 parent 9a8ea6b commit 0436b70

File tree

4 files changed

+517
-760
lines changed

4 files changed

+517
-760
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.7.1
1+
8.4.2

MODULE.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module(
44
name = "angular_cli",
55
)
66

7+
bazel_dep(name = "platforms", version = "1.0.0")
78
bazel_dep(name = "yq.bzl", version = "0.3.2")
89
bazel_dep(name = "rules_nodejs", version = "6.6.2")
910
bazel_dep(name = "aspect_rules_js", version = "2.8.3")

0 commit comments

Comments
 (0)