RFR: 8307316: Let JavaFX be built on unknown architectures

John Neffenger jgneff at openjdk.org
Tue May 16 16:24:54 UTC 2023


On Wed, 3 May 2023 16:02:34 GMT, John Neffenger <jgneff at openjdk.org> wrote:

> Please review these changes to the Gradle build files and the dependency verification file. The initial version of this pull request extends the permitted build platforms for Linux to the Java architectures `arm`, `ppc64le`, and `s390x` and adds an entry to the dependency verification file for the `i386` architecture. The Debian names for these architectures are `armhf`, `i386`, `ppc64el`, and `s390x`.

@Glavo I would also appreciate your comments and suggestions. I modified the initial patch [that you said][1] you were using, so please let me know if the latest changes in this pull request still work for you on the MIPS64el and RISC-V architectures. Thanks!

[1]: https://mail.openjdk.org/pipermail/openjfx-dev/2023-March/039383.html

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1124#issuecomment-1549985464


More information about the openjfx-dev mailing list