File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,18 @@ integration)
7171 ;;
7272graalvm)
7373 # Run Unit and Integration Tests with Native Image
74- mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative,native-tests,native-deps test -pl ' !google-http-client-appengine'
74+ echo " Install GraalVM 25"
75+ echo " $JAVA_HOME "
76+ pwd
77+ mkdir -p ~ /tools/jdk
78+ cd ~ /tools/jdk
79+ wget https://download.oracle.com/graalvm/25/latest/graalvm-jdk-25_linux-x64_bin.tar.gz
80+ tar -xf graalvm-jdk-25_linux-x64_bin.tar.gz
81+ export JAVA_HOME=~ /tools/jdk/graalvm-jdk-25+37.1
82+ export PATH=$JAVA_HOME /bin:$PATH
83+ java -version
84+ echo " Running native image tests..."
85+ cd " ${scriptDir} /.." mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative,native-tests,native-deps test -pl ' !google-http-client-appengine'
7586 RETURN_CODE=$?
7687 ;;
7788samples)
You can’t perform that action at this time.
0 commit comments