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

Native: use 22.3.0, switch to setup-graalvm #3405

Merged
merged 1 commit into from
Dec 11, 2022

Conversation

kitbellew
Copy link
Collaborator

No description provided.

@kitbellew kitbellew force-pushed the 3405 branch 10 times, most recently from 36d7a96 to 4426276 Compare December 10, 2022 23:42
The older version no longer handles the regular glibc case correctly,
resulting in linker errors, hence the need for an upgrade.

The newer version doesn't support the `-H:UseMuslC` option, hence the
need to upgrade to setup-graalvm action which supports musl toolchain
directly, requiring simply a flag.
@kitbellew
Copy link
Collaborator Author

PTAL, an attempt to fix recent build failures blocking any commits to this repo.

@olafurpg the sbt-native-image plugin might need to be updated to support musl since the earlier approach no longer works.

I don't know if the proposed change still works in standalone mode, but for isCI case the setup-graalvm step is used to download and set up the tooling.

@kitbellew kitbellew merged commit a68d118 into scalameta:master Dec 11, 2022
@kitbellew kitbellew deleted the 3405 branch December 11, 2022 06:00
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