On Mon, 23 Nov 2020 09:35:40 GMT, Bernhard Urban-Forster <bur...@openjdk.org> 
wrote:

> This adds the cross-compiled build only, as no Windows+Arm64 machines are 
> available on GitHub Action that we could use to run the tests.
> 
> Due to cross-compilation a build JDK is required. Initially I added EA builds 
> to be downloaded from https://jdk.java.net/16/ and used for that, but then I 
> saw how @shipiliv attempted it for the linux cross-compilation builds in 
> https://github.com/openjdk/jdk/pull/1147.  That is using the JDK image 
> produced by the x64 variant. This however add more stress to the "critical 
> path", as now two more jobs depend on the x64 build first.
> 
> Let's see how it works out in the long-run. A Windows+AArch64 build takes 
> 40-50min.

This pull request has now been integrated.

Changeset: d3dddb6a
Author:    Bernhard Urban-Forster <bur...@openjdk.org>
Committer: Magnus Ihse Bursie <i...@openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/d3dddb6a
Stats:     92 lines in 1 file changed: 91 ins; 0 del; 1 mod

8256657: Add cross-compiled build for Windows+Arm64 to submit workflow

Reviewed-by: shade, ihse

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

PR: https://git.openjdk.java.net/jdk/pull/1379

Reply via email to