Lines Matching +full:sdk +full:- +full:native +full:- +full:image +full:- +full:test
1 # AWS SDK Native Image Test
4 This module contains a sample application using AWS SDK for Java 2.x, and it
5 is used to test GraalVM Native Image compilation.
9 To run the tests, you need to have GraalVM and Native Image set up properly in your workspace.
10 See [Setting up GraalVM with native-image support](https://graalvm.github.io/native-build-tools/lat…
17 mvn clean install -pl :sdk-native-image-test -P quick --am
19 mvn clean install -pl :bom-internal,:bom
21 cd test/sdk-native-image-test
23 # build the image
24 mvn clean package -P native-image
26 # execute the image
27 target/sdk-native-image-test