You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #53909 [Process] Fix failing tests causing segfaults (alexandre-daubois)
This PR was merged into the 5.4 branch.
Discussion
----------
[Process] Fix failing tests causing segfaults
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix tests
| License | MIT
[This PR](#53821) introduces some code that [triggers segfaults](https://github.com/symfony/symfony/actions/runs/7870905388/job/21473073396) in newer branches (7.x especially). We can achieve the same goal by using some bash script which is lighter and avoid the segfaults. I first tried this fix on 7.x and solved the issue (that does not happen on older branches).
Commits
-------
041e178 [Process] Fix failing tests causing segfaults
0 commit comments