Replies: 2 comments
-
I think the problem is here:
Is this difference intentional ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
PR: #284 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to build https://github.com/Alluxio/alluxio on Linux ARM64 but one of its tests fails with:
The source code of the test can be found here: https://github.com/Alluxio/alluxio/blob/15f8b3b40bf5c580ed0879e8ca7c7174348f7ee8/integration/fuse/src/test/java/alluxio/fuse/AlluxioFuseFileSystemTest.java
The test passes successfully on Linux x86_64. The native type there is
ULONGLONG
.I've updated jnr-fuse to 0.5.7, jnr-jffi to 1.3.5, jnr-ffi to 2.2.7.
Any hints why it fails on ARM64 and how to fix it ?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions