File tree Expand file tree Collapse file tree 2 files changed +0
-49
lines changed Expand file tree Collapse file tree 2 files changed +0
-49
lines changed Original file line number Diff line number Diff line change 52
52
target-cpu :
53
53
- aarch64
54
54
- arm
55
- - s390x
56
- - ppc64le
57
55
- riscv64
58
56
include :
59
57
- target-cpu : aarch64
69
67
debian-version : bullseye
70
68
tolerate-sysroot-errors : false
71
69
gnu-abi : eabihf
72
- - target-cpu : s390x
73
- gnu-arch : s390x
74
- debian-arch : s390x
75
- debian-repository : https://httpredir.debian.org/debian/
76
- debian-version : bullseye
77
- tolerate-sysroot-errors : false
78
- - target-cpu : ppc64le
79
- gnu-arch : powerpc64le
80
- debian-arch : ppc64el
81
- debian-repository : https://httpredir.debian.org/debian/
82
- debian-version : bullseye
83
- tolerate-sysroot-errors : false
84
70
- target-cpu : riscv64
85
71
gnu-arch : riscv64
86
72
debian-arch : riscv64
Original file line number Diff line number Diff line change @@ -304,31 +304,6 @@ jobs:
304
304
make-arguments : ${{ github.event.inputs.make-arguments }}
305
305
if : needs.prepare.outputs.macos-aarch64 == 'true'
306
306
307
- build-windows-x64 :
308
- name : windows-x64
309
- needs : prepare
310
- uses : ./.github/workflows/build-windows.yml
311
- with :
312
- platform : windows-x64
313
- msvc-toolset-version : ' 14.44'
314
- msvc-toolset-architecture : ' x86.x64'
315
- configure-arguments : ${{ github.event.inputs.configure-arguments }}
316
- make-arguments : ${{ github.event.inputs.make-arguments }}
317
- if : needs.prepare.outputs.windows-x64 == 'true'
318
-
319
- build-windows-aarch64 :
320
- name : windows-aarch64
321
- needs : prepare
322
- uses : ./.github/workflows/build-windows.yml
323
- with :
324
- platform : windows-aarch64
325
- msvc-toolset-version : ' 14.44'
326
- msvc-toolset-architecture : ' arm64'
327
- make-target : ' hotspot'
328
- extra-conf-options : ' --openjdk-target=aarch64-unknown-cygwin'
329
- configure-arguments : ${{ github.event.inputs.configure-arguments }}
330
- make-arguments : ${{ github.event.inputs.make-arguments }}
331
- if : needs.prepare.outputs.windows-aarch64 == 'true'
332
307
333
308
build-docs :
334
309
name : docs
@@ -385,13 +360,3 @@ jobs:
385
360
xcode-toolset-version : ' 15.4'
386
361
debug-suffix : -debug
387
362
388
- test-windows-x64 :
389
- name : windows-x64
390
- needs :
391
- - build-windows-x64
392
- uses : ./.github/workflows/test.yml
393
- with :
394
- platform : windows-x64
395
- bootjdk-platform : windows-x64
396
- runs-on : windows-2025
397
- debug-suffix : -debug
You can’t perform that action at this time.
0 commit comments