Skip to content

Commit

Permalink
build: disable aspect_bazelrc_presets tests in non-bzlmod
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedard committed Oct 16, 2024
1 parent 9a8f6a3 commit 31bf0e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .aspect/bazelrc/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@ write_aspect_bazelrc_presets(
"javascript",
"performance",
],
# Disable the tests with non-bzlmod which may have a different @aspect_bazel_lib version
target_compatible_with = select({
"@aspect_bazel_lib//lib:bzlmod": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
)

0 comments on commit 31bf0e3

Please sign in to comment.