adoptium / installer

Installer scripts for Eclipse Temurin binaries
Apache License 2.0
145 stars 71 forks source link

provide slowdebug and fastdebug subpackages #919

Open judovana opened 1 month ago

judovana commented 1 month ago

This issue was pinpointed as regression in https://github.com/adoptium/installer/issues/848

Fedora and Rhel contains slow and fast debug subpakcages. This is very cool ferature in case JDK goes wild, as those are from same buildroot, which would be otherwise unreachable. Considering how differently are temurin jdks built, it may be better to provide different workaround then just implemnt fast and slow debug suibpkgs - eg links to slow/fastdebug tarballs....

Slightly more info in https://github.com/adoptium/installer/issues/848

@jiekang fyi!