Open
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #1177 +/- ##
=======================================
Coverage 80.06% 80.06%
=======================================
Files 189 189
Lines 27699 27699
=======================================
Hits 22176 22176
Misses 5523 5523
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
1e8a6c0 to
3e33fb3
Compare
mfulb
reviewed
Mar 18, 2026
mfulb
approved these changes
Mar 24, 2026
mfulb
previously approved these changes
Mar 24, 2026
3e33fb3 to
19254f8
Compare
Remove recipes used by legacy build systems which are now dead code. Make release-agent compatible with GitHub Actions release workflow. Remove workflow used by legacy build systems which is now dead code.
19254f8 to
9405f46
Compare
mfulb
approved these changes
Apr 1, 2026
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.
Remove recipes used by legacy build systems which are no dead code. Make
release-agentcompatible with GitHub Actions release workflow. Replaceagent-for-php-${php_version}recipe withagent-for-release, whichuses PHP's build system installed on host to dynamically determine PHP API
version and PHP ZTS mode. This makes the build system more robust by relying
on information from build system rather than manual user input when preparing
release.