Closed jcrossley3 closed 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.
rustup
Before making release it might be good to create faas-rust-builder and faas-rust-bp repositories with public visibility in boson org.
faas-rust-builder
faas-rust-bp
public
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.