Skip to content

Commit 55bdc44

Browse files
committed
Upgrade bazel-lib for BCR CI java 8
1 parent 0303b8c commit 55bdc44

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ build --incompatible_strict_action_env
66
# To facilitate testing in bazelci incompatible flags
77
# @see https://github.com/bazelbuild/bazel/pull/26906#issue-3386957462
88
build --incompatible_autoload_externally=
9+
10+
# For bazel 8 BCR CI
11+
build --incompatible_disable_native_repo_rules

MODULE.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module(
1010
# bazel_dep(s) - core dependencies, keep sorted alphabetically
1111
# -----------------------------------------------------------------
1212

13+
bazel_dep(name = "aspect_bazel_lib", version = "2.21.0")
1314
bazel_dep(name = "aspect_rules_js", version = "2.6.0")
1415
bazel_dep(name = "aspect_rules_ts", version = "3.7.0")
1516
bazel_dep(name = "bazel_skylib", version = "1.8.2")

0 commit comments

Comments
 (0)