-
Notifications
You must be signed in to change notification settings - Fork 247
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 Truffleruby head to CI #493
Conversation
On ubuntu it fails |
it works on macos but too slow, closing |
@ColinDKelley pls review/merge |
timeout-minutes: 5 | ||
timeout-minutes: 6 | ||
env: | ||
TRUFFLERUBYOPT: '--experimental-options --engine.MultiTier --engine.Mode=latency' |
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.
Both options shouldn't be used. I'd recommend to remove --engine.MultiTier
, because there are known issues with it on Native currently.
@gogainda Could you make a PR to do that?
See also oracle/truffleruby#2141 (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.
yep, created a PR #511
On truffleruby head tests are passing correctly