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

fix: scala build error in qemu after updating to graalvm 22.3 #264

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

strophy
Copy link
Collaborator

@strophy strophy commented Oct 4, 2023

Resolves #261

Scala builds were failing due to Oracle breaking gu support in GraalVM 21.3 images. Updating to 22.3 also failed with new errors which only occurred during ARM builds. This PR resolves the second issue as well, by updating to a newer QEMU version.

Copy link
Owner

@rvolosatovs rvolosatovs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for working on this!

@rvolosatovs rvolosatovs enabled auto-merge (rebase) October 4, 2023 08:24
@rvolosatovs rvolosatovs merged commit 222740e into main Oct 4, 2023
1 check passed
@rvolosatovs rvolosatovs deleted the fix/scala-build-error branch October 4, 2023 09:54
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.

CI failing due to changes in ScalaPB build deps
2 participants