Steps to Reproduce and Observed Behavior
I cannot run debug anymore because of an issue upstream:
https://codeberg.org/ziglang/zig/issues/31272
But, I can run debug if I use Arch's native zig compiler package instead of the cubyz compiler, as it includes this commit which the download from ziglang does not:
https://codeberg.org/ziglang/zig/commit/9df02121d0d87c17173f79d55692bed9cb65722c
I think we should consider adding a way to use the system compiler via ./debug_linux. That is, if we're staying on stable releases of Zig.
If we moved to 0.17.0-dev then this issue can fully go away, in my opinion.
Steps to Reproduce and Observed Behavior
I cannot run debug anymore because of an issue upstream:
https://codeberg.org/ziglang/zig/issues/31272
But, I can run debug if I use Arch's native zig compiler package instead of the cubyz compiler, as it includes this commit which the download from ziglang does not:
https://codeberg.org/ziglang/zig/commit/9df02121d0d87c17173f79d55692bed9cb65722c
I think we should consider adding a way to use the system compiler via ./debug_linux. That is, if we're staying on stable releases of Zig.
If we moved to 0.17.0-dev then this issue can fully go away, in my opinion.