Build musl static binaries & update dependencies #15
Loading…
Reference in a new issue
No description provided.
Delete branch "Armael/tricot:musl"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is based on a suggestion by @quentin : the musl memory allocator might be better at reusing memory than the glibc one in a concurrent setting.
The idea with this patch is to try it out and see if it helps with tricot's memory issues.
e9f42cac57
tod20f819582
bf593cfb0d
to408c77d5b9
I updated again the dependencies and added a target to build a docker image (using the nix flake). The resulting docker image is currently running on the staging cluster and seems to be working.