SQLiter icon indicating copy to clipboard operation
SQLiter copied to clipboard

Fix windows and linux builds

Open kpgalligan opened this issue 2 years ago • 3 comments

Linking for Windows and Linux not working in GitHub Actions.

kpgalligan avatar Nov 05 '23 23:11 kpgalligan

I just tried with Ubuntu 20.04 and 22.04 and both seemed to work https://github.com/hbmartin/SQLiter/actions/workflows/build.yml

Odd since I noticed you already tried this 🤔

hbmartin avatar Nov 06 '23 18:11 hbmartin

I tried a bunch of things to resolve this at the link above without success. Out of ideas for now. But... came across another lib https://github.com/ctripcorp/SQLlin (that appears to be a derivative of this one!) with a very similar setup (including 1.9.20) that has no problem with the linker: https://github.com/hbmartin/SQLlin/actions/runs/6778699164/job/18424592683

hbmartin avatar Nov 07 '23 02:11 hbmartin

Yeah, I saw that recently. Apparently, I let a PR sit for quite a while (sorry :) ). Will take a look.

kpgalligan avatar Nov 07 '23 02:11 kpgalligan