We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Commit: e125d8f
Failed to build.
After i cloned repo installed dependecies using:
sudo dnf install kernel-16k-devel pam-devel libxcb-devel zig
And then ran zig build it crashed:
zig build
Successful build
OS: Fedora Linux Asahi Remix 40 (Forty) aarch64 Host: Apple MacBook Pro (14-inch, M2 Pro, 2023) Kernel: 6.11.0-400.asahi.fc40.aarch64+16k
ly/. master % zig build thread 90099 panic: reached unreachable code Panicked during a panic. Aborting. error: the following build command crashed: /home/tikhon/src/ly/.zig-cache/o/e4e61b6436d27ff928cf89603381a996/build /usr/bin/zig /home/tikhon/src/ly /home/tikhon/src/ly/.zig-cache /home/tikhon/.cache/zig --seed 0xc910b857 -Z2dd6bbfa6750ee63
The text was updated successfully, but these errors were encountered:
Got the same. Also on Asahi. M1 Mac.
thread 242141 panic: reached unreachable code Panicked during a panic. Aborting. error: the following build command crashed: /home/tjex/.local/src/ly/.zig-cache/o/bd7d06b67bb7d06aed1554eb6c00bb5a/build /usr/bin/zig /home/tjex/.local/src/ly /home/tjex/.local/src/ly/.zig-cache /home/tjex/.cache/zig --seed 0xe2662934 -Z659c44cdd6ade87d
Sorry, something went wrong.
No branches or pull requests
Pre-requisites
Ly version
Commit: e125d8f
Observed behavior
Failed to build.
After i cloned repo installed dependecies using:
And then ran
zig build
it crashed:Expected behavior
Successful build
Steps to reproduce
sudo dnf install kernel-16k-devel pam-devel libxcb-devel zig
zig build
Relevant logs
ly/. master % zig build thread 90099 panic: reached unreachable code Panicked during a panic. Aborting. error: the following build command crashed: /home/tikhon/src/ly/.zig-cache/o/e4e61b6436d27ff928cf89603381a996/build /usr/bin/zig /home/tikhon/src/ly /home/tikhon/src/ly/.zig-cache /home/tikhon/.cache/zig --seed 0xc910b857 -Z2dd6bbfa6750ee63
The text was updated successfully, but these errors were encountered: