-
Notifications
You must be signed in to change notification settings - Fork 15
CI: Workaround sporadic segfaults with retries #79
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
Conversation
Wabri
left a comment
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.
Works locally for me, maybe the problem is with macos itself
9d3c09d to
f514227
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #79 +/- ##
==========================================
- Coverage 97.89% 91.60% -6.29%
==========================================
Files 27 45 +18
Lines 903 2848 +1945
==========================================
+ Hits 884 2609 +1725
- Misses 19 239 +220 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I don't think I can fix codecov/changes failing. The overall project coverage did not change and I assume after this PR merged everything will be fine as well. It is just that I changed rules and when to run with what details in CI. Please review and approve or let me know what to change |
Related progress issue: https://progress.opensuse.org/issues/176148
f514227 to
7c2fa7f
Compare
|
I guess now CPAN is broken: https://github.com/openSUSE/Mojo-IOLoop-ReadWriteProcess/actions/runs/14308498488/job/40098020240?pr=79#step:5:831 says "Error: Can't locate Module/Build.pm in @inc" |
|
For some reason it doesn't install Module::Build, although it's in the cpanfile... |
|
There is something weird with https://github.com/shogo82148/actions-setup-perl I believe. while the latest version on https://metacpan.org/dist/App-cpanminus is 1.7048 For my personal projects I usually use I was just told on IRC that it's https://metacpan.org/pod/Menlo::CLI::Compat behind the scenes: https://github.com/shogo82148/actions-setup-perl/blob/main/bin/cpanm#L11-L13 Still, it's somehow broken. |
|
In any case there is a workaround if we cannot get it working, just remove the step |
Not needed to run tests and helps to avoid problems as observed in openSUSE#79 (comment)
done that |
Related progress issue: https://progress.opensuse.org/issues/176148