-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Statically compiling postgrest #365
Comments
Thanks for the pointers. I haven't watched the video yet but wouldn't be much better to have this issue fixed: http://bugs.alpinelinux.org/issues/4257 There is a risk here to get a complicated docker build process which might stop being maintained in the future. To me a much more ideal situation would be to have native |
I am also waiting for |
Another alternative that does not require docker is described here: |
The idea is not the docker thing (that is just the build env)
|
I'm OK with building binaries for several platforms at each release. If you figure out how to make a portable statically linked binary then we can distribute that instead, but things are OK for now. |
This would be specially useful on Windows, users keep reporting problems there. Currently we require a full PostgreSQL installation in Windows to use pgrst and when the db is in another server that dependency seems too big. I don't know a way of getting just |
Closing in favor of #1295. |
I think we should try and compile v3 like described here
http://begriffs.com/posts/2015-08-11-dev-deploy-haskell-docker.html
https://github.com/nilcons/ghc-musl
The text was updated successfully, but these errors were encountered: