RFR: 8339212: gradle downloads x64 binary of SWT on Linux/aarch64 [v2]
Joeri Sykora
sykora at openjdk.org
Fri Aug 30 07:25:27 UTC 2024
On Thu, 29 Aug 2024 14:43:39 GMT, ANUPAM DEV <duke at 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
>
> ANUPAM DEV has updated the pull request incrementally with one additional commit since the last revision:
>
> Updated verification-metadata.xml. Added sha256 for Linux /aarch64 jar
Build was successful on a linux aarch64 machine.
-------------
Marked as reviewed by sykora (Author).
PR Review: https://git.openjdk.org/jfx/pull/1549#pullrequestreview-2271415809
More information about the openjfx-dev
mailing list