On Mon, 5 Jul 2021 13:10:36 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> GHA for Windows/aarch64 was disabled in > [JDK-8268861](https://bugs.openjdk.java.net/browse/JDK-8268861). The problem > with GHA for windows/aarch64 was due to using Visual Studio 14.28. (Why this > suddenly *started* failing is a mystery for another time. Perhaps GitHub, or > Microsoft, changed something...) > > Upgrading to 14.29 (which is the default on the GitHub actions machines) > solves the problem. > > This patch contains a revert of JDK-8268861, followed by an upgrade to 14.29. Hi Magnus, I think we need to understand more about why this stopped working before reenabling it. I also would like to know how this fixes things when according to the Github folk: https://github.com/actions/virtual-environments/issues/3567#issuecomment-862908135 the issue is using VC instead of cygwin. If there is a misunderstanding about how the build works it would be good to clear that up and document it. Thanks, David ------------- PR: https://git.openjdk.java.net/jdk/pull/4681