| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Warning: This pull request is touching the following templated files:
|
Sorry, something went wrong.
|
Here is the summary of changes. You are about to add 1 region tag.
This comment is generated by snippet-bot.
|
Sorry, something went wrong.
|
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: Execution test-native of goal org.graalvm.buildtools:native-maven-plugin:0.9.9:test failed: Test configuration file wasn't found. |
Sorry, something went wrong.
|
Thanks for the review @lesv! |
Sorry, something went wrong.
…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>
| Back | FazBrowse Home | New Git URL |
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 the native-image-sample directory builds the native image for the application and calling mvn test -Pnative runs the test as a native image.
For more information: https://graalvm.github.io/native-build-tools/latest/maven-plugin.html#configuration