Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding
toolchain=None
to ctx.actions.run
targets.
Fixes the following issue (and similar in `bazel_rules_hdl/place_and_route/open_road.bzl`) ``` tansell@tansell-top:/XXX/google3$ blaze build //third_party/bazel_rules_hdl/synthesis/tests:verilog_counter-asap7-sc7p5t_rev28_lvt-place_and_route ERROR: /XXX/google3/third_party/bazel_rules_hdl/synthesis/tests/BUILD:98:14: in synthesize_rtl rule //third_party/bazel_rules_hdl/synthesis/tests:verilog_counter-asap7-sc7p5t_rev28_lvt-synth: Traceback (most recent call last): File "/XXX/google3/third_party/bazel_rules_hdl/synthesis/build_defs.bzl", line 144, column 20, in _synthesize_design_impl 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'. ERROR: /XXX/google3/third_party/bazel_rules_hdl/synthesis/tests/BUILD:98:14: Analysis of target '//third_party/bazel_rules_hdl/synthesis/tests:verilog_counter-asap7-sc7p5t_rev28_lvt-synth' failed ERROR: Analysis of target '//third_party/bazel_rules_hdl/synthesis/tests:verilog_counter-asap7-sc7p5t_rev28_lvt-place_and_route' failed; build aborted: Analysis failed INFO: Elapsed time: 0.198s, Critical Path: 0.01s, Remote (0.00% of the time): [queue: 0.00%, setup: 0.00%, process: 0.00%] ERROR: Build did NOT complete successfully ``` Signed-off-by: Tim 'mithro' Ansell <[email protected]>
- Loading branch information