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

Fixes for gem push issues on MacOS M1 #301

Merged
merged 2 commits into from
May 7, 2024

Conversation

headius
Copy link
Member

@headius headius commented May 6, 2024

Various fixes to get jruby-openssl building and gems pushing correctly from MacOS M1.

Primarily fixing #242.

Older JRuby in older plugins has trouble on Apple M1.
Many libraries depend on us raising the actual Errno exceptions
for what comes out of Java as IOException. The utilities in JRuby
exist to convert these IOException objects into the appropriate
Errno exception by examining the exception type and message. This
patch switches one key place for jruby#242 to use this utility method.
@kares kares merged commit e83dbbf into jruby:master May 7, 2024
14 checks passed
@headius headius deleted the fixes_for_macos_m1 branch May 9, 2024 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants