hdl / bazel_rules_hdl

Hardware Description Language (Verilog, VHDL, Chisel, nMigen, etc) with open tools (Yosys, Verilator, OpenROAD, etc) rules for Bazel (https://bazel.build)
Apache License 2.0
120 stars 45 forks source link

Remove uses of ctx.resolve_tools(...). #306

Closed tjgq closed 8 months ago

tjgq commented 8 months ago

This API will be removed from a future Bazel version.

Instead, the executable or tools argument to ctx.actions.run and ctx.actions.run_shell should be used.

QuantamHD commented 8 months ago

/gcbrun

tjgq commented 8 months ago

@QuantamHD Can you retrigger the pipeline? There was a typo.

QuantamHD commented 8 months ago

/gcbrun

QuantamHD commented 8 months ago

/gcbrun

QuantamHD commented 8 months ago

/gcbrun

tjgq commented 8 months ago

@QuantamHD another try?

I'm having trouble getting this to build locally, but based on the error message, I believe I wasn't passing all input files to the swig action, and I've fixed that now.

QuantamHD commented 8 months ago

Added you as a triager. That should allow the workflow to run automatically

QuantamHD commented 8 months ago

/gcbrun

tjgq commented 8 months ago

@QuantamHD Looks like it's good to go now.

QuantamHD commented 8 months ago

Thanks very much @tjgq!