Eric Dallo
Eric Dallo
LMK if any questions @ptaoussanis :)
```bash ldd: warning: you do not have execution permission for `/home/greg/Downloads/libsqlitejdbc.so' linux-vdso.so.1 (0x00007fff96564000) libc.so.6 => /nix/store/m0xa5bz7vw7p43wi0jppvvi3c9vgqvp7-glibc-2.32-25/lib/libc.so.6 (0x00007fddc0f34000) /nix/store/m0xa5bz7vw7p43wi0jppvvi3c9vgqvp7-glibc-2.32-25/lib64/ld-linux-x86-64.so.2 (0x00007fddc13dc000) ```
Any news or suggestions @xerial, ATM this is the only thing that is not working for clojure-lsp: https://github.com/clojure-lsp/clojure-lsp/issues/296
great! so I will try this local, and release a local version of sqlite-jdbc and compile with graalvm and test it :)
Hey @xerial I made the docker image changes, generated a local version of sqlite-jdbc and compiled clojure-lsp wit graalvm static flag, finally tested in a ubuntu docker image the static...
Ping @xerial, any news 😔 ?
Yeah, maybe we should use musl but I have no idea on how or where to start with
Yes, #631 will add support to compile with graalvm without clients need to add those configs manually, this issue is that compile graalvm with static flag will not work ATM
I made a workaround for now changing it to push, but it'd be nice to support workflow_run as well: https://github.com/clojure-lsp/clojure-lsp/commit/4567e1200d913a0c695f133dfdfdff2be2d00dea
The way VSCode dart extension and `lsp-dart` handles this is checking the pubspec.yml file on project root then searching for a `flutter` SDK regex dependency :) https://github.com/emacs-lsp/lsp-dart/blob/master/lsp-dart-utils.el#L44-L51