Add mimalloc3 package (mimalloc v3.5.1) - #78739
Open
FalkWoldmann wants to merge 1 commit into
Open
FalkWoldmann wants to merge 1 commit into
FalkWoldmann wants to merge 1 commit into
Conversation
Implements wolfi-dev#78681. Adds a new mimalloc3 package tracking the mimalloc v3.x release line, mirroring the existing mimalloc/mimalloc2 split (each major version has its own package with its own tag-filter so autobump only tracks that line). - package.version pinned to 3.5.1, the latest v3.x release as of now - expected-commit verified via GitHub API against tag v3.5.1 (34fbd7e7cd4627424490afe19b20f8066bfc537d) - Verified against v3.5.1's actual CMakeLists.txt that MI_SECURE still exists and behaves the same as in v2 (sets mi_libname to "mimalloc-secure", SOVERSION = major version), so the test block's LD_PRELOAD=/usr/lib/libmimalloc-secure.so path carries over unchanged from mimalloc2.yaml. - mimalloc.yaml and mimalloc2.yaml are untouched; this is purely additive.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements #78681. Adds a new mimalloc3 package tracking the mimalloc v3.x release line, mirroring the existing mimalloc/mimalloc2 split (each major version has its own package with its own tag-filter so autobump only tracks that line).
Note: the mimalloc.so filename was verified by reading CMakeLists.txt logic, not by an actual local build. If CI surfaces a mismatch in the ldd-check/stress-ng test step, that's the first place to look.
Fixes: #78681
Related:
Pre-review Checklist
For version bump PRs
epochfield is reset to 0