On Mon, 18 Aug 2025 12:29:50 GMT, Volkan Yazici <vyaz...@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. Fedora changes look fine, but there is a stray update in docs that we should not be doing, AFAICS: 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 ------------- PR Review: https://git.openjdk.org/jdk/pull/26821#pullrequestreview-3128508467 PR Review Comment: https://git.openjdk.org/jdk/pull/26821#discussion_r2282495237