summaryrefslogtreecommitdiffstats
path: root/crates/common/src/types.rs
AgeCommit message (Collapse)Author
2021-10-28Pass workdir from driver to runnerMatthias Schiffer
The paths modules of driver and runner do not contain any duplicates anymore. One remaining path that still appears in more places than it should is /build.
2021-10-28Pass target directory for download archives from driver to runnerMatthias Schiffer
2021-10-24Split defintions used by both runner and executor into separate crateMatthias Schiffer
Also get rid of the Runner trait - different runner implementations do not make sense with our current design.