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
inside a repository with bzlmod enabled (vgijssel/setup#616). Unfortunately I'm getting the following error:
(devbox) nix-shell-env ❯ bazel build //tools/bunq2ynab:hash
ERROR: /Users/maarten/Development/setup/tools/bunq2ynab/BUILD.bazel:169:8: no such package '@[unknown repo 'jq_toolchains' requested from @]//': The repository '@[unknown repo 'jq_toolchains' requested from @]' could not be resolved: No repository visible as '@jq_toolchains' from main repository and referenced by '//tools/bunq2ynab:hash'
ERROR: Analysis of target '//tools/bunq2ynab:hash' failed; build aborted: Analysis failed
INFO: Elapsed time: 2.528s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (6 packages loaded, 8 targets configured)
Version
Development (host) and target OS/architectures:
Output of bazel --version: bazel 6.4.0
Version of the Aspect rules, or other relevant rules from your WORKSPACE or MODULE.bazel file: 2.0.3
How to reproduce
Create `MODULE.bazel` with
bazel_dep(name = "aspect_bazel_lib", version = "2.0.3")
What happened?
I'm trying to implement
inside a repository with bzlmod enabled (vgijssel/setup#616). Unfortunately I'm getting the following error:
Version
Development (host) and target OS/architectures:
Output of
bazel --version
: bazel 6.4.0Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file: 2.0.3How to reproduce
Create
BUILD.bazel
withThe text was updated successfully, but these errors were encountered: