summaryrefslogtreecommitdiffstats
path: root/crates/runner/src/tar.rs
AgeCommit message (Collapse)Author
2021-11-01runner: use rootfs passed in Task definitionMatthias Schiffer
With this, the rootfs hash is included in the task's input hash, so now the hash covers all significant inputs except for the runner itself.
2021-10-30runner: set up /dev in separate directoryMatthias Schiffer
Preparation for removal of a single rootfs.
2021-10-27runner: get rid of spawn argument funnellingMatthias Schiffer
2021-10-27runner: tar: simplify spawn callMatthias Schiffer
The writing end of the pipe is moved to the child process, there is no need to funnel it back to the parent process just to drop it.
2021-10-26runner: move Checkable trait into separabe moduleMatthias Schiffer
2021-10-25Move runner into separate crateMatthias Schiffer