ks156
ks156
> [@ks156](https://github.com/ks156) is there any way you could use the precompiled binary and see if this bug exists there too? This may be something deeper. I also suspect that there...
I’ve tested with the precompiled library (`exqlite-nif-2.17-armv7l-linux-gnueabihf-0.29.0`), and it works fine. I can open a PR to adjust the optimization when `CROSSCOMPILE` contains `linux` if you’d like. However, I’d prefer...
By the way, the issue could also be related to the GCC version. I was previously using an older Yocto release (Dunfell) with GCC 9.3.0 and never encountered this problem....
> Here's the deps that are installed from `ubuntu-latest` > > [exqlite/.github/workflows/linux-precompile.yml](https://github.com/elixir-sqlite/exqlite/blob/4a3c718cce89c024a10c90b3993f4bd22387e35a/.github/workflows/linux-precompile.yml#L99-L105) > > Lines 99 to 105 in [4a3c718](/elixir-sqlite/exqlite/commit/4a3c718cce89c024a10c90b3993f4bd22387e35a) > - name: Install system dependecies > run: | >...
> Fix is live under `v0.32.1`, can you verify it resolves your issue? Thanks. I'll remove my local patches and update the version of exqlite in my projects, and let...
> > Fix is live under `v0.32.1`, can you verify it resolves your issue? > > Thanks. I'll remove my local patches and update the version of exqlite in my...
> Thanks for your help [@ks156](https://github.com/ks156). If you encounter anything else, please open an issue or submit a PR with a fix 😄 Yeap, sure, will do. Anyway, thanks for...