Mayanksaket80
12/17/2024, 11:32 AMCaused 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 ?jessewilson
12/17/2024, 12:10 PMjw
12/17/2024, 1:20 PMjw
12/17/2024, 1:21 PMjw
12/17/2024, 1:26 PM