feat(flow-php/flow-php-ext): publish musl binaries for Alpine - #2568
Merged
Conversation
- build extension in Alpine PHP containers via apk toolchain - verify artifact loads in a clean runtime with libgcc only - gate release publishing on musl assets - document libgcc prerequisite for Alpine installs
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 1.x #2568 +/- ##
============================================
- Coverage 86.50% 86.47% -0.04%
- Complexity 23569 23606 +37
============================================
Files 1812 1812
Lines 71546 71627 +81
============================================
+ Hits 61894 61940 +46
- Misses 9652 9687 +35 🚀 New features to boost your workflow:
|
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.
Change Log
Added
flow-php/flow-php-ext- precompiled musl binaries for Alpine, for every PHP/arch/thread-safety combinationflow-php/flow-php-ext- release artifacts are verified in a clean runtime container before uploadFixed
flow-php/flow-php-ext- PIE no longer falls back to a source build on AlpineChanged
flow-php/flow-php-ext- releases are published only after musl binaries are builtflow-php/flow-php-ext- installation docs list libc flavours and the AlpinelibgccrequirementRemoved
Deprecated
Security