boson-project / buildpacks

Boson Project function buildpacks
Apache License 2.0
5 stars 11 forks source link

Add buildpack/builder/stacks for Rust #95

Closed jcrossley3 closed 3 years ago

jcrossley3 commented 3 years ago

A pretty simple first attempt here, using the cargo/rust packages available in the Red Hat ubi repo (rustc v1.49.0)

Possible enhancements include rust version selection using rustup and non-linked binaries using a musl target.

matejvasek commented 3 years ago

Before making release it might be good to create faas-rust-builder and faas-rust-bp repositories with public visibility in boson org.