From 70370a38d6df2deb159086ac49802e8ca30d8f1d Mon Sep 17 00:00:00 2001 From: Burke Davison Date: Tue, 25 Jun 2024 14:17:01 -0400 Subject: [PATCH 1/3] ci: graalvm-a uses graalvm-community:17.0.9-ol7 --- .cloudbuild/graalvm-a.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cloudbuild/graalvm-a.Dockerfile b/.cloudbuild/graalvm-a.Dockerfile index 41505aa6..d5a68824 100644 --- a/.cloudbuild/graalvm-a.Dockerfile +++ b/.cloudbuild/graalvm-a.Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ghcr.io/graalvm/graalvm-ce:ol7-java11-22.3.3-b1 +FROM ghcr.io/graalvm/graalvm-community:17.0.9-ol7 RUN gu install native-image && \ yum update -y && \ From 755086bbc3e0272185ff98b1cfe3ccce965efd43 Mon Sep 17 00:00:00 2001 From: Burke Davison Date: Tue, 25 Jun 2024 14:33:12 -0400 Subject: [PATCH 2/3] chore: update expected graalvm test values --- .cloudbuild/graalvm-a.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cloudbuild/graalvm-a.yaml b/.cloudbuild/graalvm-a.yaml index 9416153e..06db3dcf 100644 --- a/.cloudbuild/graalvm-a.yaml +++ b/.cloudbuild/graalvm-a.yaml @@ -17,7 +17,7 @@ commandTests: - name: "version" command: ["java", "-version"] # java -version outputs to stderr... - expectedError: ["openjdk version \"11.0.20\"", "GraalVM CE 22.3.3"] + expectedError: ["openjdk version \"17.0.9\"", "GraalVM CE 17.0.9"] - name: "maven" command: ["mvn", "-version"] expectedOutput: ["Apache Maven 3.9.4"] From 67446371066d51934ecef6a6498e69e005e324a5 Mon Sep 17 00:00:00 2001 From: Burke Davison Date: Tue, 25 Jun 2024 14:33:44 -0400 Subject: [PATCH 3/3] feat: update graal-sdk to 23.1.2 from 22.3.5 --- native-image-shared-config/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native-image-shared-config/pom.xml b/native-image-shared-config/pom.xml index 40ec3da9..b8d0bbfb 100644 --- a/native-image-shared-config/pom.xml +++ b/native-image-shared-config/pom.xml @@ -59,7 +59,7 @@ 3.3.0 - 22.3.5 + 23.1.2 0.10.2 5.10.2 1.3.0