Skip to main content

bxl_actions type

The bxl action context is the context for creating actions. This context is obtained after performing execution platform resolution based on a set of given dependencies and toolchains.

You can access the analysis actions to create actions, and the resolved dependencies and toolchains from this context

bxl_actions.actions

bxl_actions.actions: actions

Gets the analysis action context to create and register actions on the execution platform corresponding to this bxl action's execution platform resolution.


bxl_actions.exec_deps

bxl_actions.exec_deps: dict[typing.Any, typing.Any]

Gets the execution deps requested correctly configured for the current execution platform


bxl_actions.toolchains

bxl_actions.toolchains: dict[typing.Any, typing.Any]

Gets the toolchains requested configured for the current execution platform