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.