Skip to content

Commit

Permalink
Remove zulu 21 distro hardcoding
Browse files Browse the repository at this point in the history
This reverts commits:
* e084a5b
* b7e1455

That distro has symlinks in place to make the special case unnecessary.
  • Loading branch information
ctrueden committed Feb 4, 2025
1 parent eac4b1f commit fa90f20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configs/jvm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ jvm.lib-suffixes = [
'OS:LINUX|lib/server/libjvm.so', # Java 9+
'OS:LINUX|ARCH:X64|jre/lib/amd64/server/libjvm.so', # Java 8 (64-bit)
'OS:LINUX|ARCH:X86|jre/lib/i386/server/libjvm.so', # Java 8 (32-bit)
'OS:MACOSX|zulu-21.jdk/Contents/MacOS/libjli.dylib',# Zulu Java 21
'OS:MACOSX|lib/libjli.dylib', # Java 12+
'OS:MACOSX|lib/jli/libjli.dylib', # Java 9-11
'OS:MACOSX|jre/lib/jli/libjli.dylib', # Java 8
Expand Down

0 comments on commit fa90f20

Please sign in to comment.