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

Make the C loader independent from its libclang version #489

Closed
wants to merge 1 commit into from

Conversation

devraymondsh
Copy link
Member

Description

Make the C loader independent from its libclang version. The Ubuntu docker image no longer distributes clang-11. So we tried to upgrade it to clang-16 and realized we didn't need to change a single line of code. For that reason, we decided to make the C loader independent from the libclang version.

@viferga
Copy link
Member

viferga commented Feb 28, 2024

This needs to be reviewed in order to enable more ubuntu versions for testing and also implement the same thing in metacall-runtime.sh.

@viferga
Copy link
Member

viferga commented Mar 5, 2024

Version 16 segfaults, I fixed it to 14 finally.

@viferga viferga closed this Mar 5, 2024
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.

2 participants