-
-
Notifications
You must be signed in to change notification settings - Fork 342
bunch of fixes/changes to make packages build #1006
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Use it externally in v2: // a.php
if (preg_match('/after-library\[(.*)\]-build/', patch_point(), $match)) {
$lib_name = $match[1];
FileSystem::removeDir(SOURCE_PATH . '/' . $lib_name);
}
|
|
That's not working FYI. |
|
I'm silly. Forgot <?php... |
0eda08d to
9e051c8
Compare
|
Swoole fails with 8.5.1 despite the patch. Libwebp fails on alma 8 despite the check succeeding... And I need another vacation. The composer update before push failed because it failed to remove go package stuff in pkgroot. The bugs actually seem fixed. |
What does this PR do?
coming later...