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

[CI] Update ruby-install #11276

Merged
merged 1 commit into from
Oct 5, 2021
Merged

[CI] Update ruby-install #11276

merged 1 commit into from
Oct 5, 2021

Conversation

straight-shoota
Copy link
Member

@straight-shoota straight-shoota commented Oct 4, 2021

Resolves #11275

Building Ruby on darwin with the default installed ruby-install (0.8.1) currently fails because of incompatibilities with the newely available OpenSSL 3. This is required for the dist_darwin step.

The newest patch release of ruby-install (0.8.3) fixes that. It's already in Homebrew but apparently not included in Circle CI's darwin base system. Thus we need to install the update ourselves for now.

CI Workflow run: https://app.circleci.com/pipelines/github/crystal-lang/crystal/6945/workflows/e83f3834-3222-4fcd-a901-b7bc92d6ec31/jobs/64326

@straight-shoota straight-shoota added kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:infrastructure labels Oct 4, 2021
@straight-shoota straight-shoota added this to the 1.2.0 milestone Oct 5, 2021
@straight-shoota straight-shoota merged commit 8534704 into master Oct 5, 2021
@straight-shoota straight-shoota deleted the ci/darwin-ruby branch October 5, 2021 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nightly build is failing on macos because it can't build Ruby
3 participants