Antonio Nuno Monteiro
Antonio Nuno Monteiro
Ooops I think this might have been fixed by #72
I think this makes a lot of sense. It's also more "visually correct" to me, which is super subjective.
This is cool, thanks for your work. I'll be taking a more thorough look at the PR soon.
Thank you again
1. The AWS Lambda environment expects to run a x86 ELF binary. 2. In most cases it's better to build a statically linked binary to avoid having to guess where...
do you have a `.dockerignore`?
Those files need to exist _locally_. The `examples/basic` directory doesn't include them
I just ran into this too, trying to compile and link `libpq` statically with `postgresql-ocaml`. In my case, the static build would need to call `pkg-config --static libpq`, which is...
Maybe we could add it to shell.nix?
#133 will add it