Skip to content
New issue

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

Build fails on Alpine Linux #903

Closed
EZForever opened this issue Jul 29, 2024 · 2 comments
Closed

Build fails on Alpine Linux #903

EZForever opened this issue Jul 29, 2024 · 2 comments

Comments

@EZForever
Copy link
Contributor

8a7be58 introduces a dependency on execinfo.h, which is not available (or rather, removed) on Alpine Linux. This causes ggml and llama.cpp builds on Alpine to fail, as can be seen here: https://github.com/EZForever/llama.cpp-static/actions/runs/10128910987/job/28008339939

@slaren
Copy link
Collaborator

slaren commented Jul 29, 2024

Feel free to open a PR to disable this functionality on Alpine.

@EZForever
Copy link
Contributor Author

Fixed in llama.cpp by ggerganov/llama.cpp#8783.

@slaren slaren closed this as completed Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@slaren @EZForever and others