Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tabs in bzl files fix. #228

Merged
merged 2 commits into from
Nov 20, 2023
Merged

Tabs in bzl files fix. #228

merged 2 commits into from
Nov 20, 2023

Conversation

mithro
Copy link
Member

@mithro mithro commented Nov 20, 2023

Convert tabs to spaces.

Convert tabs to spaces.

Signed-off-by: Tim 'mithro' Ansell <[email protected]>
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]>
@mithro mithro merged commit e0850ad into hdl:main Nov 20, 2023
4 checks passed
@mithro mithro deleted the toolchain-tabs branch November 20, 2023 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants