mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8308347: [s390x] build broken after JDK-8304913
Reviewed-by: stuefe, rriggs
(cherry picked from commit a58e0ca9d2)
This commit is contained in:
committed by
Vitaly Provodin
parent
86f11f343b
commit
621bcfced0
@@ -53,6 +53,7 @@ public record Platform(OperatingSystem os, Architecture arch) {
|
||||
// Alias architecture names, if needed
|
||||
archName = archName.replace("amd64", "X64");
|
||||
archName = archName.replace("ppc64le", "PPC64");
|
||||
archName = archName.replace("s390x", "S390");
|
||||
Architecture arch = Architecture.valueOf(archName.toUpperCase(Locale.ROOT));
|
||||
|
||||
return new Platform(os, arch);
|
||||
|
||||
Reference in New Issue
Block a user