Skip to content

Commit 331986c

Browse files
committed
test: verify graalvm 25
1 parent e5948d0 commit 331986c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.kokoro/presubmit/showcase-native.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,18 @@ tar -xf showcase-*
5252
popd
5353

5454
# Run showcase tests with `native` profile
55+
echo "Install GraalVM 25"
56+
echo "$JAVA_HOME"
57+
pwd
58+
mkdir -p ~/tools/jdk
59+
pushd ~/tools/jdk
60+
wget https://download.oracle.com/graalvm/25/latest/graalvm-jdk-25_linux-x64_bin.tar.gz
61+
tar -xf graalvm-jdk-25_linux-x64_bin.tar.gz
62+
export JAVA_HOME=~/tools/jdk/graalvm-jdk-25+37.1
63+
export PATH=$JAVA_HOME/bin:$PATH
64+
java -version
65+
echo "Running native image tests..."
66+
popd
5567
pushd java-showcase
5668
mvn test -Pnative,-showcase \
5769
-Denforcer.skip=true \

0 commit comments

Comments
 (0)