adoptium / aqa-systemtest

Java load testing and other full system application tests
Apache License 2.0
19 stars 65 forks source link

Add support for compiling natives on macOS arm64 #458

Closed gdams closed 2 years ago

gdams commented 2 years ago

fixes failing vm_jni tests on macOS arm64. The -arch arm64 flag is needed because the shell runs in x86_64 emulation

gdams commented 2 years ago

LGTM - can you confirm this still works on Intel-based hosts?

Yeah I've already done that! :D