mirror of
https://fastgit.cc/github.com/Michael-A-Kuykendall/shimmy
synced 2026-05-01 06:12:44 +08:00
- Add missing COPY benches/ ./benches/ to Dockerfile - Update Rust version from 1.75-slim to 1.85-slim for lock file compatibility - Add libclang-dev and cmake build dependencies - Add Docker build regression test to release gates Root cause: Dockerfile was missing benches/ directory copy, causing Cargo manifest parsing to fail. Also missing build dependencies for llama.cpp-sys compilation.