-
-
Notifications
You must be signed in to change notification settings - Fork 24
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 broken #318
Comments
It seems homebrew installs openssl@3 by default which is only supported starting from ruby-3.1.0. We must either upgrade to Ruby 3.1+ or install [email protected] and use it: $ brew install [email protected]
$ ruby-install ruby-2.7.5 -- --with-openssl-dir=$(brew --prefix [email protected]) References: |
After updating to install ruby@3 (ref #263) directly from homebrew, now
Explicitly installing |
Should be fixed in I tried reproducing in a ruby:3.2-alpine image, but to no avail (same in alpine:edge with ruby 3.3). It looks like a macOS only bug. |
Fixing
|
I suppose we probably don't have an aarch64 build of llvm available. |
The
dist_darwin
job on the current nightly build has failed: https://app.circleci.com/pipelines/github/crystal-lang/crystal/15319/workflows/75d431a6-1174-4f22-94c2-e7d9d43e02e3/jobs/84166The text was updated successfully, but these errors were encountered: