aspect-cli
aspect-cli copied to clipboard
[Bug]: bazel-diff freezes if aspect CLI is added
What happened?
I added .bazeliskrc with the following lines:
BAZELISK_BASE_URL=https://static.aspect.build/aspect
USE_BAZEL_VERSION=aspect/2024.42.3
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_