to run (via Rosetta) on an M1 Mac? Facing a scenario where
iosSimulatorArm64Test
passes just fine locally, but
iosX64Test
fails on our Intel-based CI build agents - want to reproduce locally.
Maybe this would be resolve by running with an Intel JRE, testing...
✅ 1
darkmoon_uk
04/04/2023, 8:37 PM
Self-answer: Yes; turns out it is pleasingly straightforward to download and select an x64 JDK which then allows you to execute
iosX64Test
tasks on an M1 Mac!
darkmoon_uk
04/04/2023, 8:38 PM
...and just to clear any potential FUD around arm64/X64 differences caused by my question: Architecture proved not to be the issue: It was a Locale difference between my Dev machine and CI 🙃