Neal Fachan
Neal Fachan
The jobserver protocol allows different processes to cooperate and implement `-j N`. `cargo` supports it. When we run `cargo` from `cargo-maelstrom`, we should use it so that we can throttle...
Two workers can't use the same cache directory. They will cause all sorts of havoc if they try to. We should detect this situation and disallow it.
see: https://crates.io/crates/cargo-bundle-licenses see: https://crates.io/crates/cargo-about
Our current FUSE file system requires that everything live on the broker before a job is started. Another possibility is to page things in from the broker if/when they are...