-
Notifications
You must be signed in to change notification settings - Fork 7.7k
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
Add phpseclib, Psalm, PHPStan nightly tests #12270
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @danog!
.github/workflows/nightly.yml
Outdated
export ASAN_OPTIONS=exitcode=139 | ||
export PHPSECLIB_ALLOW_JIT=1 | ||
php /usr/bin/composer install --no-progress --ignore-platform-reqs | ||
php vendor/bin/paratest --verbose --configuration=tests/phpunit.xml --runner=WrapperRunner || exit $? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're not using paratest for the other frameworks. Can we use it there too? In that case this would be best introduced in a separate PR.
Had to reduce the trace count because allocations fails, it turns out JIT was actually disabled after all (??, maybe because my GHA workers have less RAM the the ones used by this org...). Also submitted #12403 to improve error handling. |
Had to reduce the trace count because allocations fails, it turns out JIT was actually disabled after all (??, maybe because my GHA workers have less RAM the the ones used by this org...). Also submitted #12403 to improve error handling. |
Closing this in favor of #12406 against PHP-8.1. |
Most of the new nightly tests are failing under JIT, ping @dstogov: