On Thu, 29 Aug 2024 04:46:05 GMT, ANUPAM DEV <d...@openjdk.org> wrote:
> Hi, > > I have updated the name of the SWT.jar that needs to be downloaded during the > build process for Linux aarch64. > from: > IS_LINUX ? "org.eclipse.swt.gtk.linux.x86_64_3.124.200.v20231113-1355" : > "" > > to: > IS_LINUX && IS_AARCH64 ? > "org.eclipse.swt.gtk.linux.aarch64_3.124.200.v20231113-1355" : > IS_LINUX && !IS_AARCH64 ? > "org.eclipse.swt.gtk.linux.x86_64_3.124.200.v20231113-1355" : "" > > Please review. > > Regards, > Anupam This pull request has now been integrated. Changeset: 2bf8ffc4 Author: ANUPAM DEV <anupam....@oracle.com> Committer: Kevin Rushforth <k...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/2bf8ffc411d404be2a3f9107a62ffa7a72fcccbd Stats: 8 lines in 2 files changed: 7 ins; 0 del; 1 mod 8339212: gradle downloads x64 binary of SWT on Linux/aarch64 Reviewed-by: kcr, sykora ------------- PR: https://git.openjdk.org/jfx/pull/1549