Skip to content

Commit 5220aff

Browse files
authored
Merge pull request #6 from stackb/pcj/upgrade-aspect-bazel-lib
Upgrade bazel-lib for BCR CI java 8
2 parents 0303b8c + 55bdc44 commit 5220aff

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.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)