We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a41ced commit e2b8d70Copy full SHA for e2b8d70
modules/singleton-jdk/configure.sh
@@ -14,3 +14,6 @@ fi
14
# Clean up any java-* packages that have been installed that do not match
15
# our stated JAVA_VERSION-JAVA_VENDOR (e.g.: 11-openjdk; 1.8.0-openj9)
16
rpm -e --nodeps $(rpm -qa java-* | grep -v "^java-${JAVA_VERSION}-${JAVA_VENDOR}")
17
+
18
+# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=2089626
19
+alternatives --set java "java-${JAVA_VERSION}-${JAVA_VENDOR}.$(uname -m)"
0 commit comments