RFR: 8362243: Devkit creation for Fedora base OS is broken
Magnus Ihse Bursie
ihse at openjdk.org
Mon Aug 18 19:32:38 UTC 2025
On Mon, 18 Aug 2025 13:57:13 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> In Devkit, removes `ppc64`/`ppc64be`, which is superseded by `ppc64le`, fixes Fedora repository links, and bumps the `LATEST_ARCHIVED_OS_VERSION` to 36.
>
> doc/building.md line 1404:
>
>> 1402: | armel | buster | arm | arm-linux-gnueabi | zero |
>> 1403: | ppc | sid | powerpc | powerpc-linux-gnu | zero |
>> 1404: | ppc64be | sid | ppc64 | powerpc64-linux-gnu | (all) |
>
> This one is not about Fedora, but about Debian-based sysroot. I have not checked recently, but I suspect it would still work, as Debian PPC64 BE port is still alive: https://wiki.debian.org/PPC64
I think all our ppc64 code assumes le by now, so even if we could get a sysroot for ppc64be to work, I doubt it will do much good for the JDK.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26821#discussion_r2283261691
More information about the build-dev
mailing list