-
-
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
CI fails for newest nightly docker image #171
Comments
Also, the nightly-alpine version is borked too. Error log
|
Looks like the crystal binary is not statically linked as it's supposed to. There is a check that's supposed to ensure that, but for some reason it didn't trigger. |
The cause is crystal-lang/crystal#11454 which makes the |
The newest nightly docker image of crystallang/crystal seems to have an issue.
My CI currently fails with the error message
Could not execute 'crystal': Error executing process: 'crystal': No such file or directory
.Trying this on my local machine gives the following output:
So there seems to be a crystal binary, but some library seems to be missing.
The text was updated successfully, but these errors were encountered: