RFR: 8339212: gradle downloads x64 binary of SWT on Linux/aarch64 [v2]
ANUPAM DEV
duke at openjdk.org
Thu Aug 29 14:43:39 UTC 2024
> 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
-------------
Changes:
- all: https://git.openjdk.org/jfx/pull/1549/files
- new: https://git.openjdk.org/jfx/pull/1549/files/8433800f..b00c2f32
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jfx&pr=1549&range=01
- incr: https://webrevs.openjdk.org/?repo=jfx&pr=1549&range=00-01
Stats: 6 lines in 1 file changed: 6 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jfx/pull/1549.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/1549/head:pull/1549
PR: https://git.openjdk.org/jfx/pull/1549
More information about the openjfx-dev
mailing list