-
-
Notifications
You must be signed in to change notification settings - Fork 280
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
Support ubuntu-24.04-x64 #596
Conversation
Could you also list 24.04 in the README? |
@@ -33,6 +33,7 @@ jobs: | |||
exclude: |
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.
Could you exclude 1.9 on 24.04? (see linked issue)
I scheduled a second run on ruby-builder but I guess it will fail too.
.github/workflows/test.yml
Outdated
@@ -33,6 +33,7 @@ jobs: | |||
exclude: | |||
# https://github.com/ruby/setup-ruby/issues/496 | |||
- { os: ubuntu-22.04, ruby: '2.2' } | |||
# - { os: ubuntu-24.04, ruby: '2.2' } |
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.
Could you either remove this line if unneeded or if the build does fail then uncomment it?
CI should be close to passing on the next run, but we still need to update the 3 -dev-builder repos (EDIT: done). |
For ruby-head and jruby-head we have a cyclic dependency: |
Thank you! 🙏 |
Resolves #595
As I understand it, ruby/ruby-builder#17 is needed as a preparation task