summaryrefslogtreecommitdiffstats
path: root/crates/runner/src/init.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-30runner: do not use tmpfs for temporary build directoriesMatthias Schiffer
2021-10-26Switch to 2021 editionMatthias Schiffer
2021-10-25Move runner into separate crateMatthias Schiffer