Skip to content
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

Provide musl builds #66

Closed
lucacasonato opened this issue Jul 7, 2020 · 1 comment
Closed

Provide musl builds #66

lucacasonato opened this issue Jul 7, 2020 · 1 comment

Comments

@lucacasonato
Copy link
Collaborator

lucacasonato commented Jul 7, 2020

AWS Lambda uses a Linux distribution called amazonlinux2 that uses musl instead of glibc. It would be great if deno_mongo would provide fully static builds that do not dynamically link to the libc provided by the os, so the plugin can be used on AWS Lambda. This is very simple to do in Rust: https://doc.rust-lang.org/edition-guide/rust-2018/platform-and-target-support/musl-support-for-fully-static-binaries.html

If this seems reasonable I can create a PR for this.

@manyuanrong
Copy link
Member

welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants