Skip to content

Conversation

@crazywhalecc
Copy link
Owner

What does this PR do?

Fix https://github.com/static-php/static-php-cli-hosted/actions/runs/18767020353/job/53543930166

Checklist before merging

If your PR involves the changes mentioned below and completed the action, please tick the corresponding option.
If a modification is not involved, please skip it directly.

  • If you modified *.php or *.json, run them locally to ensure your changes are valid:
    • composer cs-fix
    • composer analyse
    • composer test
    • bin/spc dev:sort-config
  • If it's an extension or dependency update, please ensure the following:
    • Add your test combination to src/globals/test-extensions.php.
    • If adding new or fixing bugs, add commit message containing extension test or test extensions to trigger full test suite.

Copy link
Collaborator

@henderkes henderkes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

weird, libevent compiles perfectly fine for me

where does it fail to compile with the old option?

@crazywhalecc
Copy link
Owner Author

crazywhalecc commented Oct 24, 2025

weird, libevent compiles perfectly fine for me

where does it fail to compile with the old option?

No idea. This is not related to libevent itself, maybe using CMake 3.x works well, but I have upgraded to cmake 4 already. The safest way at the moment is to use this new version's var and add the --static option to override.

@crazywhalecc crazywhalecc merged commit a4b6499 into main Oct 24, 2025
12 checks passed
@crazywhalecc crazywhalecc deleted the fix/cmake-pkgconf branch October 24, 2025 08:34
@henderkes
Copy link
Collaborator

I've been on CMake 4 since the week it came out. I remember creating a rather large PR back then that removed deprecated options everywhere, before we had the UnixCmakeConfigurator class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants