diff --git a/flows/flows.bzl b/flows/flows.bzl index 50f5b3fd..72d4f706 100644 --- a/flows/flows.bzl +++ b/flows/flows.bzl @@ -213,6 +213,7 @@ def _run_step_with_inputs(ctx, step, inputs_dict, outputs_step_dict): mnemonic = step[FlowStepInfo].executable_type, env = dicts.add(constants_env, inputs_env, outputs_env), input_manifests = input_manifests, + toolchain = None, ) return dicts.add(inputs_dict, outputs_dict)