Relative Content

Tag Archive for toolchainskylark

Accessing toolchain action config within custom rule

I’m writing a custom rule in Skylark, and in the rule I would like to access the current toolchain action definitions that were created via cc_common.create_cc_toolchain_config_info(), essentially the contents of the action_configs argument. Is there any way to do this within a custom rule?