You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've included a debug snapshot if the issue is related to hardware configuration
Bug description
the malloc_trim glibc extension is not available on musl, causing builds to fail. It would be nice to add support for musl systems.
error[E0425]: cannot find function `malloc_trim` in crate `libc`
--> lact-daemon/src/server/handler.rs:144:19
|
144 | libc::malloc_trim(0);
| ^^^^^^^^^^^ not found in `libc`
System info
- Distribution: Gentoo (musl)
The text was updated successfully, but these errors were encountered:
Checklist
Bug description
the malloc_trim glibc extension is not available on musl, causing builds to fail. It would be nice to add support for musl systems.
System info
- Distribution: Gentoo (musl)
The text was updated successfully, but these errors were encountered: