JetBrains / jdk8u

GNU General Public License v2.0
122 stars 35 forks source link

Does not build on Linux Kernel 5 #16

Closed kaismh closed 5 years ago

kaismh commented 5 years ago

Could not build it on Arch Linux 5.0.2-arch1-1-ARCH,

The error message is This OS is not supported: Linux 5.0.2-arch1-1-ARCH

artizirk commented 5 years ago

Setting DISABLE_HOTSPOT_OS_VERSION_CHECK=ok env variable should do the trick

source: https://stackoverflow.com/questions/14285820/os-not-supported-error-while-building-hotspot

kaismh commented 5 years ago

@artizirk Many Thanks, worked great