Stewart X Addison
Stewart X Addison
To be clear on what's required here: - We need to make sure the builds are stable for the versions we're interested in (Ideally we'd start from JDK21, but 17...
> If we had the ability to "launch" this support with JDK17 (and JRE17) only due to it being the closest to being "ready" that'd be a huge win in...
Looks like only alsa is remaining, and that is covered by a checksum to detect tampering, however https://www.alsa-project.org/files/pub/lib/ provides GPG signatures so we should use those (key ID `A6E59C91`), subject...
Also has been done in https://github.com/adoptium/temurin-build/pull/3351 and removed (since it's not used) on AIX+Solaris at https://github.com/adoptium/temurin-build/pull/3358. Closing.
FYI we do build for Windows/Arm64 on an X64 host (See [this JDK17 log](https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk17u/job/jdk17u-windows-aarch64-temurin/20/consoleFull) as an example which has --cross-compiler in the parameters) so in theory the same should be...
Looks like this was done under https://github.com/adoptium/temurin-build/pull/3164 but this associated issue wasn't linked to it - so I'm closing this now. Thanks Julian!
From build WG meeting: @rvagg has access and will add the access for Richard
I'm back from vacation now :-) I had a shot at re-enabling in the CI and it's running at https://ci.nodejs.org/job/node-compile-windows/nodes=win-vs2019-arm64/ albeit a bit slow so is causing some delays (I...
There was a bug which hadn't been spotted from when we upgraded the jenkins server to Java 11 that prevented the `RUN_ARM64_TESTS` flag from being honoured. I've got https://github.com/nodejs/build/pull/3097/files that...
Second step is to try and get this running as a "normal" (non-fanned) combined build+test job like we do on most of the other platforms, which is what node-test-commit-window-arm will...