Commit 7fe5487
committed
fix(release): resolve musl C++ compilation by using HuggingFace-only build
- musl builds now use --no-default-features --features huggingface
- Avoids llama.cpp C++ compilation issues with musl toolchain
- Provides lightweight, statically-linked Linux binary
- Other platforms still get full functionality including llama.cpp
This fixes the missing x86_64-linux-musl-g++ compiler error.
Signed-off-by: Michael A. Kuykendall <michaelallenkuykendall@gmail.com>1 parent e6db9ae commit 7fe5487
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
183 | 185 | | |
184 | 186 | | |
185 | | - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
186 | 194 | | |
187 | 195 | | |
188 | 196 | | |
| |||
0 commit comments