Hi guys, I got gradlew build failed at `Class com....
# troubleshoot
f
Hi guys, I got gradlew build failed at
Class com.datahub.authorization.ranger.RangerAuthorizerTest
. Any suggestions to bypass or fix this stuff? Thanks
Copy code
java.lang.UnsatisfiedLinkError: /Users/146685/Library/Caches/JNA/temp/jna4049579015533420670.tmp: dlopen(/Users/146685/Library/Caches/JNA/temp/jna4049579015533420670.tmp, 0x0001): tried: '/Users/146685/Library/Caches/JNA/temp/jna4049579015533420670.tmp' (fat file, but missing compatible architecture (have 'i386,x86_64', need 'arm64e')), '/usr/lib/jna4049579015533420670.tmp' (no such file)
Note: I built locally on Mac M1 machine.
b
m
@gentle-hamburger-31302
b
This seems to be specific to M1
g
Hi @famous-florist-7218 You can skip this test using -x switch of gradle Example: ./gradlew -x metadata-serviceauth ranger impltest build
b
In mean time we a working on a better fix
f
@big-carpet-38439 glad to hear that 😄