Closed Newbie012 closed 1 year ago
Hey @Newbie012, thanks for reporting this! This kinda stumped me because there shouldn't even.be an llvmjit.so
since I don't think the binaries are built with JIT support. Turns out that I didn't properly clear the binary directories when preparing for a new release, so it may have included files from previous versions and architectures. I am currently releasing the beta.8
line of packages for the latest minor versions that should address this issue. Please let me know if these versions fix the problem for you.
Looks like it's working as expected now. Thanks!
Perfect, thank you!
Using a version 14 or higher while executing a query that triggers the JIT compilation, I get this error:
tl;dr - incompatible architecture (have 'x86_64', need 'arm64'))
To confirm that, I ran
and I got
This area is way out of my knowledge, so if there's some information that I'm missing, please let me know.