Adopt Sanity/openjdk-packages to work with java-latest-openjdk
For now OpenJDK 21 RPM packages are still called "java-latest-openjdk" and "java-21-openjdk" is merely a virtual package (aka provide). This commit will need to be reverted once java-21-openjdk package is introduced.
This commit is contained in:
parent
f4afe589da
commit
bd3b71db2e
@ -75,7 +75,9 @@ execute:
|
|||||||
|
|
||||||
/jdk21:
|
/jdk21:
|
||||||
environment:
|
environment:
|
||||||
OPENJDK_VERSION: 21
|
# For now OpenJDK 21 RPM packages are still called "java-latest-openjdk"
|
||||||
|
OPENJDK_VERSION: latest
|
||||||
|
#OPENJDK_VERSION: 21
|
||||||
prepare:
|
prepare:
|
||||||
- how: install
|
- how: install
|
||||||
exclude:
|
exclude:
|
||||||
|
Loading…
Reference in New Issue
Block a user