You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whereas bazel-diff works just fine and runs sub second normally, with aspect-cli, bazel-diff just freezes.
Version
Development (host) and target OS/architectures:
Output of bazel --version:
aspect 2024.42.3-e256e0fbf
Version of the Aspect rules, or other relevant rules from your WORKSPACE or MODULE.bazel file:
bazel_dep(name = "aspect_bazel_lib", version = "2.9.4")
bazel-diff 8.1.4
Language(s) and/or frameworks involved:
n/a
How to reproduce
I'm running a command like this:bazel run //:bazel-diff generate-hashes -- --workspacePath="$(pwd)" -b "$bazel_path" $current_hashes_json
### Any other information?
_No response_
The text was updated successfully, but these errors were encountered:
What happened?
I added
.bazeliskrc
with the following lines:Whereas bazel-diff works just fine and runs sub second normally, with aspect-cli, bazel-diff just freezes.
Version
Development (host) and target OS/architectures:
Output of
bazel --version
:aspect 2024.42.3-e256e0fbf
Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:bazel_dep(name = "aspect_bazel_lib", version = "2.9.4")
bazel-diff 8.1.4
Language(s) and/or frameworks involved:
n/a
How to reproduce
The text was updated successfully, but these errors were encountered: