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

Static build checks #21

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Static build checks #21

wants to merge 9 commits into from

Conversation

rbishop
Copy link
Collaborator

@rbishop rbishop commented Feb 8, 2024

Using crystal eval fails because it defaults to dynamic linking,
however the libraries needed for dynamic linking aren't present. We
could add those libraries but I decided it would be better to try and
compile a statically linked crystal program instead.

Crystal 1.11 might not be ready to support LLVM 17 on macOS yet.
Using crystal eval fails because it defaults to dynamic linking,
however the libraries needed for dynamic linking aren't present. We
could add those libraries but I decided it would be better to try and
compile a statically linked crystal program instead.
@rbishop
Copy link
Collaborator Author

rbishop commented Feb 8, 2024

This looks like the culprit for the macOS failures: llvm/llvm-project#78860

@rbishop rbishop force-pushed the static-build-checks branch from 4b4d641 to 8177823 Compare February 9, 2024 00:09
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.

1 participant