Closed Kayden1412 closed 5 days ago
Nothing change @Kayden1412, I try even zig build
without params. It kernel panics after llvm emission
@waghanza Can you send the error message
zig build
thread 26 panic: reached unreachable code
Panicked during a panic. Aborting.
error: the following build command crashed:
/app/.zig-cache/o/0569e2d413424966c9e4f413dd073d7e/build /usr/bin/zig /app /app/.zig-cache /root/.cache/zig --seed 0x855d6f8d -Z614e92966cd544db
@waghanza Did it output stack trace?
yes, I see compilation stage on the console, but it is rewritten each time
is their a way to create a compilation log ?
@waghanza It look like it caused by https://github.com/ziglang/zig/issues/11308
Ok, then I can follow this issue, and as I understand this will be fixed on the next release of zig
@waghanza can you try compiling it again with binary stripping removed?