Skip to content

Commit d4958ca

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

File tree

4 files changed

+227
-382
lines changed

4 files changed

+227
-382
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

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ rules_angular.setup(
185185
angular_compiler_cli = "//:node_modules/@angular/compiler-cli",
186186
typescript = "//:node_modules/typescript",
187187
)
188-
use_repo(rules_angular, **{"rules_angular_configurable_deps": "components_rules_angular_configurable_deps"})
188+
use_repo(rules_angular, rules_angular_configurable_deps = "dev_infra_rules_angular_configurable_deps")
189189

190190
register_toolchains(
191191
"@devinfra//bazel/git-toolchain:git_linux_toolchain",

0 commit comments

Comments
 (0)