Closed mithro closed 3 years ago
@daurnimator - Could you help here?
@daurnimator - Could you help here?
What version of zig do you have? zig version
EDIT: oh I see this is a running in CI question. https://github.com/im-tomu/fomu-toolchain/blob/0beffe71246f34c1223c7253fba3ddf6aff0b002/.github/workflows/update.yml#L85-L86
This needs updating to 0.8.0.
Breakage likely to be via https://github.com/im-tomu/fomu-workshop/pull/520/files ?
I'm bumping it in #28.
As a further enhancement, once we get familiar with composite actions, we might want to reuse the steps that install zig, so that the versions used in fomu-workshop and here do always match.
@daurnimator it seems that the Zig example is failing: https://github.com/im-tomu/fomu-toolchain/runs/5780475821?check_suite_focus=true#step:11:6457
./build.zig:17:32: error: no member named 'path' in '[]const u8'
elf.setLinkerScriptPath(.{ .path = "ld/linker.ld" });
Would you mind having a look?
The build.zig
file is https://github.com/im-tomu/fomu-workshop/blob/master/riscv-zig-blink/build.zig#L17
@umarcor the workshop repository upgraded to zig 0.9.0 (https://github.com/im-tomu/fomu-workshop/pull/610); it seems this repository needs to do the same.
https://github.com/im-tomu/fomu-toolchain/runs/3501436881?check_suite_focus=true