Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
toolchain = None
to flows/flows.bzl
.
Fixes; ``` ERROR: flows/tests/BUILD:63:9: in run_flow rule //flows/tests:synth_sky130_adder:Traceback (most recent call last): File "flows/flows.bzl", line 266, column 44, in _run_flow_impl inputs_dict = _run_step_with_inputs(ctx, step, inputs_dict, outputs_step_dict) File "flows/flows.bzl", line 207, column 20, in _run_step_with_inputs ctx.actions.run( Error in run: Couldn't identify if tools are from implicit dependencies or a toolchain. Please set the toolchain parameter. If you're not using a toolchain, set it to 'None'. ``` Signed-off-by: Tim 'mithro' Ansell <[email protected]>
- Loading branch information