-
Notifications
You must be signed in to change notification settings - Fork 194
Improve compatibility of RUBY_PLATFORM #1860
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
Hello Matt Valentine-House, thanks for contributing a PR to our project! We use the Oracle Contributor Agreement to make the copyright of contributions clear. We don't have a record of you having signed this yet, based on your email address matt -(at)- eightbitraptor -(dot)- com. You can sign it at that link. If you think you've already signed it, please comment below and we'll check. |
Matt is a Shopify employee. |
Thank you for the PR! From https://github.com/eregon/actions-shell/runs/327245855,
So the kernel version only seems used on macOS. |
Have you taken a look at |
The value of
|
Thanks for the feedback @eregon and @chrisseaton - I've pushed a commit that restricts this functionailty to Darwin based OS's only now, and uses the original behaviour for other systems. I've run the tests locally on both Ubuntu 18.04 and macOS 10.15.2 so I'm hopeful 👍 I think it's important to note that we're only replicating the default behaviour of MRI at this stage. I don't have much context about what the Thanks both. |
Thanks for the update, I'll integrate the PR.
FWIW, a better way to do that seems to be I guess 99+% don't set |
Matt Valentine-House has signed the Oracle Contributor Agreement (based on email address matt -(at)- eightbitraptor -(dot)- com) so can contribute to this repository. |
@chrisseaton Could you remove the last commit? The issue is that if there is an extra commit on the GitHub PR it won't be regarded as "merged" on GitHub (but just closed). To avoid this kind of issue I add the label |
8c77cb6
to
f0d0910
Compare
Done. |
…OS like MRI (#1860). PullRequest: truffleruby/1211
@eightbitraptor @chrisseaton Merged in 83abd2e with a few tweaks, thank you for the PR! |
Shopify#1
@eightbitraptor