[Bug]: aspect_bazel_lib's "coreutils_toolchain_type" is not configured as needed #134
Labels
bug
Something isn't working
good first issue
Good for newcomers: GitHub surfaces these specially
help wanted
Aspect isn't prioritizing this, but the community could
What happened?
Per preceding discussion in the "general" channel of the "Bazel" Slack workspace, when trying to use the rules_webpack Bazel module at the released version 0.13.0, the
webpack_bundle
rule fails to find the coreutils toolchain that it needs, per the following error:See these recent changes in other Bazel repositories that address this problem:
Version
Development (host) and target OS/architectures:
Output of
bazel --version
:bazel 6.4.0- (@non-git)
(installed via Nix)Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:Language(s) and/or frameworks involved:
How to reproduce
Using the Bazel modules noted above, define a target like the following in a BUILD.bazel file:
The text was updated successfully, but these errors were encountered: