We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a71c53 commit 92ab14fCopy full SHA for 92ab14f
native-image.sh
@@ -24,6 +24,5 @@ docker run \
24
--rm \
25
-it \
26
-v $(pwd)/tests:/tmp/ \
27
- -e NI_ARGS=${NI_ARGS} \
28
-e GRAALVM_SOURCE=${GRAALVM_SOURCE} \
29
${DOCKER_IMAGE} native-image $@
test.sh
${DOCKER_IMAGE} /bin/bash /tmp/tests.sh
0 commit comments