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
I'm currently using a patched version which exports the toolchain so we can use it in a definition. We should also consider doing this for other binaries as well (tar, etc.). If PRs are welcome, I can open a PR to implement this
Version
Development (host) and target OS/architectures: ARM / x86 centos 7
What happened?
coreutils_toolchain
isn't publicly exported, however users may want to define a customcoreutils_toolchain
because of some esoteric CPU architectureFor example, being able to define custom toolchains would help solve some of these problems:
register_coreutils_toolchains
'sversion
attribute is fixed to a single value #671I'm currently using a patched version which exports the toolchain so we can use it in a definition. We should also consider doing this for other binaries as well (tar, etc.). If PRs are welcome, I can open a PR to implement this
Version
Development (host) and target OS/architectures: ARM / x86 centos 7
Output of
bazel --version
:Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:Language(s) and/or frameworks involved:
aspect_bazel_lib, aspect_rules_js
How to reproduce
No response
Any other information?
No response
The text was updated successfully, but these errors were encountered: