You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the aarch64 macos systems able to run x64 code under their Rosetta emulation layer, we could run out macos testing across this machines as well as the x64 ones.
Note that at the moment, the OpenJ9 builds for macos/x64 crash when run on the aarch64 systems, so if we added this functionaliy in we'd have to exclude openj9 (although we now have precedent for splitting them now that adoptium/temurin-build#2372 has been implemented
The text was updated successfully, but these errors were encountered:
Yeah my test run wasn't clean either (although I haven't looked into the failures) so this definitely sounds like it'll need the native port to be useful
Will close this as stale (but it may be relevant to recent discussion on where Rebuild_Same_JDK_Reproducibility_Test_Mac needs to be run, related: adoptium/temurin-build#3844).
With the aarch64 macos systems able to run x64 code under their Rosetta emulation layer, we could run out macos testing across this machines as well as the x64 ones.
In order to determine if this is feasible I have kicked off a run of the latest JDK8/HotSpot/macos on one of our macos/aarch64 systems.
Note that at the moment, the OpenJ9 builds for macos/x64 crash when run on the aarch64 systems, so if we added this functionaliy in we'd have to exclude openj9 (although we now have precedent for splitting them now that adoptium/temurin-build#2372 has been implemented
The text was updated successfully, but these errors were encountered: