summaryrefslogtreecommitdiffstats
path: root/crates/driver/src/task.rs
AgeCommit message (Collapse)Author
2021-10-30driver: replace dependency cutoff with stub tasksMatthias Schiffer
Instead of having the resolver decide whether a dependency is included in the rootfs, let the context replace the task definition with an empty stub.
2021-10-30driver: skip submission of empty tasksMatthias Schiffer
2021-10-28Rename executor to driverMatthias Schiffer