Hello, I am trying to build on Linux ARM machine b...
# squarelibraries
m
Hello, I am trying to build on Linux ARM machine but getting this error
Copy code
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalStateException: Unable to read /jni/aarch64/libquickjs.so from JAR [in thread "DefaultDispatcher-worker-1"]
                at app.cash.zipline.QuickJsNativeLoaderKt.loadNativeLibrary(QuickJsNativeLoader.kt:36)
                at app.cash.zipline.QuickJs.<clinit>(QuickJs.kt:36)
                ... 9 more
        Suppressed: java.lang.NoClassDefFoundError: Could not initialize class app.cash.zipline.QuickJs
                ... 9 more
On further deep diving found out that from the zipline implementation that ARM is not supported and it’s building only for linux amd 64. https://github.com/cashapp/zipline/blob/b32e6ec85735341e3a4b0522631b93edcd11fe29/.github/workflows/release.yaml Is there any plan for giving support for Linux ARM in near future ?
j
Open a feature request? Should be straightforward
1
j
I can finally switch to building with Zig. I'm doing it in another project successfully now and it's glorious
I'll try to revive my old Zig PR
🙌 1