Semeru Support

This commit is contained in:
Jordie 2022-02-03 21:39:23 +01:00
parent a12e082d83
commit 8ea4ffb40e
10 changed files with 3814 additions and 2081 deletions

View file

@ -19,9 +19,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
distribution: ['temurin', 'adopt', 'adopt-openj9', 'zulu', 'liberica', 'microsoft' ] # internally 'adopt-hotspot' is the same as 'adopt'
version: ['8', '11', '16']
os: [ubuntu-latest]
distribution: ['semeru'] # internally 'adopt-hotspot' is the same as 'adopt'
version: ['8', '11', '16', '17']
exclude:
- distribution: microsoft
version: 8
@ -203,4 +203,4 @@ jobs:
run: bash __tests__/verify-java.sh "${{ matrix.version }}" "${{ steps.setup-java.outputs.path }}"
shell: bash
# Only Microsoft provides AArch64. However, GitHub-hosted runners do not support this architecture.
# Only Microsoft provides AArch64. However, GitHub-hosted runners do not support this architecture.