We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0303b8c commit 55bdc44Copy full SHA for 55bdc44
2 files changed
.bazelrc
@@ -6,3 +6,6 @@ build --incompatible_strict_action_env
6
# To facilitate testing in bazelci incompatible flags
7
# @see https://github.com/bazelbuild/bazel/pull/26906#issue-3386957462
8
build --incompatible_autoload_externally=
9
+
10
+# For bazel 8 BCR CI
11
+build --incompatible_disable_native_repo_rules
MODULE.bazel
@@ -10,6 +10,7 @@ module(
# bazel_dep(s) - core dependencies, keep sorted alphabetically
# -----------------------------------------------------------------
12
13
+bazel_dep(name = "aspect_bazel_lib", version = "2.21.0")
14
bazel_dep(name = "aspect_rules_js", version = "2.6.0")
15
bazel_dep(name = "aspect_rules_ts", version = "3.7.0")
16
bazel_dep(name = "bazel_skylib", version = "1.8.2")
0 commit comments