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 aeb7526 commit b3b6f70Copy full SHA for b3b6f70
1 file changed
.kokoro/build.sh
@@ -184,8 +184,11 @@ integration-cloud-staging|integration-cloud-staging-directpath-enabled)
184
;;
185
graalvm)
186
# Run Unit and Integration Tests with Native Image
187
- curl -s "https://get.sdkman.io" | bash
188
- sdk install java 25-graalce
+ set -ex
+ microdnf install zip
189
+ curl -s "https://get.sdkman.io" | bash -e
190
+ source "/root/.sdkman/bin/sdkman-init.sh"
191
+ sdk install java 25-graalce -Y
192
java -version
193
194
mvn test -Pnative -Penable-integration-tests -Dspanner.gce.config.project_id=gcloud-devel -Dspanner.testenv.instance=projects/gcloud-devel/instances/java-client-integration-tests
0 commit comments