softprops / serverless-rust

⚡ 🦀 a serverless framework plugin for rustlang applications
https://www.npmjs.com/package/serverless-rust
MIT License
541 stars 81 forks source link

working towards local builds and better test cov #71

Closed softprops closed 4 years ago

softprops commented 4 years ago

What did you implement:

implementing a dockerless mode for host local builds without a docker container. also paying down test cov debt

Closes: #xxx

How did you verify your change:

What (if anything) would need to be called out in the CHANGELOG for the next release:

softprops commented 4 years ago

It seems building lambdas on any ol linux won't do. Seeing this when running Ubuntu latest built lambda

/var/task/bootstrap: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by /var/task/bootstrap)