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(GraalVM): explictly declare symbols causing GraalVM compiler failure #1037

Merged
merged 1 commit into from
Oct 7, 2022

Conversation

bentolor
Copy link
Contributor

@bentolor bentolor commented Oct 7, 2022

I'm totally new to GraalVM, but tried to fix #1016 with try & error.

Actually I just rerun nativeCompile and added all public getters on claimed record-Classes until all went through.

This is one bug on a chain of issues & bugs to get my Signal notification process back running again in Homeassistant.

@AsamK @morph027

@morph027
Copy link
Contributor

morph027 commented Oct 7, 2022

Ah, nice, tried this too in #1016 but failed to find the proper syntax 🙈

@bentolor
Copy link
Contributor Author

bentolor commented Oct 7, 2022

@morph027 Hmpfhhh... if I'd have seen that earlier. Thanks for the pointer!

@morph027
Copy link
Contributor

morph027 commented Oct 7, 2022

No, all good. Just checking the build. Mine is just an issue, this PR is better (about to run a build to verify)!

@morph027
Copy link
Contributor

morph027 commented Oct 7, 2022

Produced artifacts:
 /tmp/signal-cli/build/native/nativeCompile/signal-cli (executable)
 /tmp/signal-cli/build/native/nativeCompile/signal-cli.build_artifacts.txt (txt)
========================================================================================================================
Finished generating 'signal-cli' in 1m 41s.
    [native-image-plugin] Native Image written to: /tmp/signal-cli/build/native/nativeCompile

BUILD SUCCESSFUL in 3m 8s

🎉 🥳

@AsamK
Copy link
Owner

AsamK commented Oct 7, 2022

Thanks a lot!

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.

v.11.x native image build fails
3 participants