Skip to content
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

Merged
merged 5 commits into from Oct 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/workflows/development.yml
Expand Up @@ -22,8 +22,11 @@ jobs:
env: [""]

include:
- os: macos
ruby: truffleruby-head
experimental: true
- os: ubuntu
ruby: truffleruby
ruby: truffleruby-head
experimental: true
- os: ubuntu
ruby: jruby
Expand All @@ -40,6 +43,8 @@ jobs:
bundler-cache: true

- name: Run tests
timeout-minutes: 5
timeout-minutes: 6
env:
TRUFFLERUBYOPT: '--experimental-options --engine.MultiTier --engine.Mode=latency'
Copy link

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)

Copy link
Contributor Author

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

run: |
${{matrix.env}} bundle exec rspec