Expose interface_library_builder in toolchain#676
Expose interface_library_builder in toolchain#676keith wants to merge 2 commits intobazelbuild:mainfrom
Conversation
Without this you have to hack in the path to your actual tool in your toolchain. Currently the script in this repo is unusable and also only does `cp`
armandomontanez
left a comment
There was a problem hiding this comment.
Ideally, this is passed around through action configs. Exposing the tool this way seems like the wrong direction. I know this is a little frustrating.
My only initial idea is to pipe this through tool_paths from CcToolchainConfigInfo.
|
I don't mind doing that! I think this case is particularly weird. In all of my other prs that touch stuff like this I've been trying to move away from using seems to me like making that a full action so we could call |
Without this you have to hack in the path to your actual tool in your
toolchain. Currently the script in this repo is unusable and also only
does
cp