Skip to content
Verified Commit 11ea2416 authored by Matthew Clarkson's avatar Matthew Clarkson
Browse files

feat: add `toolchain_info` rule

BREAKING CHANGE: The `toolchain_symlink_target` no longer exports
`ToolchainInfo`/`TemplateVariableInfo`.

The `toolchain_info` can provide those providers. The `toolchain_symlink_target`
is purely for creating a symlink to a previous target. This still enables
changing the basename for multi-call binaries.

To gain the old functionality, if `basename` attribute is not being used,
`toolchain_symlink_target` can be switched directly for `toolchain_info`. If
`basename` is being used, an extra `toolchain_info` rule will need to be created
to wrap the `toolchain_symlink_target` rule.
parent 0f18fef6
Loading
Loading
Loading
Pipeline #9587 passed with stages
in 1 minute and 5 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment