-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Fixing macOS CI and re-enable the truffleruby test on macOS #5387
Fixing macOS CI and re-enable the truffleruby test on macOS #5387
Conversation
The failure in macOS CI is unrelated: https://github.com/rvm/rvm/actions/runs/6084945174/job/16507919460?pr=5387 |
f82798e
to
e420e42
Compare
So test/fast/* passes now: https://github.com/rvm/rvm/actions/runs/8349160490/job/22852712175?pr=5387 And indeed truffleruby_comment_test passes if run first: https://github.com/eregon/rvm/actions/runs/8349445042/job/22853649326 |
2aa8686
to
3605524
Compare
https://github.com/eregon/rvm/actions/runs/8358105456/job/22878671570
So it seems somehow the fast tests break rvm somehow, to the point it even fails to be sourced and the only error is the exit code, only on macOS (not on Linux). |
…lowing tests fail on macOS * See rvm#5387 (comment)
3605524
to
ed71a1f
Compare
It was disabled in #5119
and means this bug was not caught: #5385