Skip to content

Comments

Static build checks#21

Open
rbishop wants to merge 9 commits intomainfrom
static-build-checks
Open

Static build checks#21
rbishop wants to merge 9 commits intomainfrom
static-build-checks

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