Skip to content

Commit 3143c50

Browse files
committed
don't specify native-image for graalvm install, it is bundled now
1 parent 1a1d324 commit 3143c50

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
java-version: "23"
3535
distribution: "graalvm-community"
3636
github-token: ${{ secrets.GITHUB_TOKEN }}
37-
components: "native-image"
38-
# native-image-musl: 'true' # Now semi-static by not including libc
3937
native-image-job-reports: "true"
4038
cache: "maven"
4139

@@ -74,7 +72,6 @@ jobs:
7472
java-version: "23"
7573
distribution: "graalvm-community"
7674
github-token: ${{ secrets.GITHUB_TOKEN }}
77-
components: "native-image"
7875
native-image-job-reports: "true"
7976
cache: "maven"
8077

@@ -118,7 +115,6 @@ jobs:
118115
java-version: "23"
119116
distribution: "graalvm-community"
120117
github-token: ${{ secrets.GITHUB_TOKEN }}
121-
components: "native-image"
122118
native-image-job-reports: "true"
123119
cache: "maven"
124120

.github/workflows/on-release-main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
java-version: "23"
4141
distribution: "graalvm-community"
4242
github-token: ${{ secrets.GITHUB_TOKEN }}
43-
components: "native-image"
4443
native-image-job-reports: "true"
4544
cache: "maven"
4645

@@ -133,7 +132,6 @@ jobs:
133132
java-version: "23"
134133
distribution: "graalvm-community"
135134
github-token: ${{ secrets.GITHUB_TOKEN }}
136-
components: "native-image"
137135
native-image-job-reports: "true"
138136
cache: "maven"
139137

0 commit comments

Comments
 (0)