Skip to content

Commit 16c6a84

Browse files
disable unsupported Github jobs
1 parent 3d9e209 commit 16c6a84

File tree

2 files changed

+0
-49
lines changed

2 files changed

+0
-49
lines changed

.github/workflows/build-cross-compile.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ jobs:
5252
target-cpu:
5353
- aarch64
5454
- arm
55-
- s390x
56-
- ppc64le
5755
- riscv64
5856
include:
5957
- target-cpu: aarch64
@@ -69,18 +67,6 @@ jobs:
6967
debian-version: bullseye
7068
tolerate-sysroot-errors: false
7169
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
8470
- target-cpu: riscv64
8571
gnu-arch: riscv64
8672
debian-arch: riscv64

.github/workflows/main.yml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -304,31 +304,6 @@ jobs:
304304
make-arguments: ${{ github.event.inputs.make-arguments }}
305305
if: needs.prepare.outputs.macos-aarch64 == 'true'
306306

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'
332307

333308
build-docs:
334309
name: docs
@@ -385,13 +360,3 @@ jobs:
385360
xcode-toolset-version: '15.4'
386361
debug-suffix: -debug
387362

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

0 commit comments

Comments
 (0)