Build musl static binaries & update dependencies #15

Open
Armael wants to merge 1 commits from Armael/tricot:musl into main
Owner

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.

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.
Armael added 1 commit 2024-04-25 17:39:50 +00:00
ci/woodpecker/pr/woodpecker Pipeline was successful Details
e9f42cac57
Build musl static binaries & update dependencies
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b Armael-musl main
git pull musl

Step 2:

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff Armael-musl
git push origin main
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Deuxfleurs/tricot#15
No description provided.