On Wed, 3 May 2023 16:02:34 GMT, John Neffenger <jgn...@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`. This pull request has now been integrated. Changeset: bedb964b Author: John Neffenger <jgn...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/bedb964bec51cb4702a1f8215ca48f9ef440f912 Stats: 9 lines in 3 files changed: 5 ins; 0 del; 4 mod 8307316: Let JavaFX be built on unknown architectures Reviewed-by: kcr ------------- PR: https://git.openjdk.org/jfx/pull/1124