docs(sample): Add sample for native image support in Bigtable#1165
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 -Pnativein thenative-image-sampledirectory builds the native image for the application and callingmvn test -Pnativeruns the test as a native image.For more information: https://graalvm.github.io/native-build-tools/latest/maven-plugin.html#configuration