-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Nightly build is failing on macos because it can't build Ruby #11275
Comments
Looks similar to this: rvm/rvm#5047 (comment) |
@bcardiff What's the reason that we're building Ruby ourselves with |
While investigating this, a different error showed up with openssl. Ruby does not yet work with OpenSSL 3.0 but that's installed via homebrew. This issue is tracked in postmodern/ruby-install#409 and fixed in the latest release of |
With updated |
I don't expect for the CI to trigger a build to do ruby-install . If that is happening, maybe a brew update is needed or we can change how to get that ruby version. I don't recall nothing more than using a specific ruby version to be as precise as possible when running omnibus. The latest update on omnibus required a bump in ruby version used. |
I suppose we could as well install Ruby from brew, pinned to |
@bcardiff What breaks if we do |
@beta-ziliani that things might break without us changing a thing in the CI due to external updates. It can still happen, but there are higher changes :-). I would rather use pinned ruby versions. This is the way 🤓 |
+1 to pinned versions (#11282) But |
https://app.circleci.com/pipelines/github/crystal-lang/crystal/6938/workflows/19a6d680-05e1-44af-8302-969bbe1efc05/jobs/64236
The text was updated successfully, but these errors were encountered: