rust-secure-code / cargo-sandbox

Perform Cargo builds inside of a sandboxed environment
Apache License 2.0
51 stars 1 forks source link

Evaluate cargo-wharf #6

Open Shnatsel opened 4 years ago

Shnatsel commented 4 years ago

This project is using Docker to run sandboxed builds: https://www.reddit.com/r/rust/comments/dti647/announcing_cargowharf_docker_image_builder_for/

Apparently the sandboxing backends are also pluggable.

tarcieri commented 4 years ago

This looks neat! I played around with rustwide a bit (#5) and it seems like it might be interesting for reproducible builds but is less interesting for this particular purpose, so I'm down to check this out instead.