RFR: 8339212: gradle downloads x64 binary of SWT on Linux/aarch64 [v2]

duke duke at openjdk.org
Tue Sep 3 16:14:36 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

@anupamdev20 
Your change (at version b00c2f32eecc529277bdc44d118af8642b1b01c5) is now ready to be sponsored by a Committer.

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

PR Comment: https://git.openjdk.org/jfx/pull/1549#issuecomment-2326912345


More information about the openjfx-dev mailing list