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
ERROR: /src/workspace/BUILD:1:8: in toolchains attribute of genrule rule //:test: \
'@@hermetic_cc_toolchain~~toolchains~zig_sdk//toolchain:linux_amd64_gnu.2.38' \
does not have mandatory providers: 'TemplateVariableInfo'
I was expecting the toolchain to also declare TemplateVariableInfo so that the tools in the toolchain could be used via Makefile variables as well, like e.g. rules_bison does.
The text was updated successfully, but these errors were encountered:
I was playing with this toolchain and I was trying to use the toolchain as part of
genrule
toolchains
:When I try to build the target, I get:
I was expecting the toolchain to also declare
TemplateVariableInfo
so that the tools in the toolchain could be used via Makefile variables as well, like e.g.rules_bison
does.The text was updated successfully, but these errors were encountered: