Skip to content

Commit 82e14b0

Browse files
committed
[OPENJDK-3661] don't set alternatives for runtime images
The method for setting alternatives in RHEL10 has changed (see RHEL-80074) but we don't (currently) need to set them anyway. Signed-off-by: Jonathan Dowland <[email protected]>
1 parent b3498b9 commit 82e14b0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/jre/21/configure.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,3 @@ chmod ug+x ${ARTIFACTS_DIR}/opt/jboss/container/openjdk/jre/*
1414
pushd ${ARTIFACTS_DIR}
1515
cp -pr * /
1616
popd
17-
18-
# Set this JDK as the alternative in use
19-
_arch="$(uname -i)"
20-
alternatives --set java java-21-openjdk.${_arch}

0 commit comments

Comments
 (0)