-
Notifications
You must be signed in to change notification settings - Fork 88
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
docs(sample): Add sample for native image support in Bigtable #1165
Conversation
Warning: This pull request is touching the following templated files:
|
Here is the summary of changes. You are about to add 1 region tag.
This comment is generated by snippet-bot.
|
The failing GraalVM test is due to no tests being run with the native profile in the emulator module. This is a known issue with the native-maven-plugin, which fails with the following message: |
Thanks for the review @lesv! |
…apis#1165) * docs(sample): add sample for native image support * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * add setup instructions to readme Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
This PR copies over the sample for native image support in Bigtable from the old native image support repo.
Some things to note:
Calling
mvn package -Pnative
in thenative-image-sample
directory builds the native image for the application and callingmvn test -Pnative
runs the test as a native image.For more information: https://graalvm.github.io/native-build-tools/latest/maven-plugin.html#configuration