Closed EZForever closed 3 months ago
https://github.com/ggerganov/ggml/commit/8a7be58d9f6c79c79025a3e396a14b8dc9669a5f 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
execinfo.h
Feel free to open a PR to disable this functionality on Alpine.
Fixed in llama.cpp by ggerganov/llama.cpp#8783.
https://github.com/ggerganov/ggml/commit/8a7be58d9f6c79c79025a3e396a14b8dc9669a5f 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