From 8b71986fe1d7a6a889cbb437294b76b22a1e7377 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 28 Oct 2021 23:21:20 +0200 Subject: Pass workdir from driver to runner 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. --- crates/common/src/types.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/common/src/types.rs') diff --git a/crates/common/src/types.rs b/crates/common/src/types.rs index f45d1dd..0dad60c 100644 --- a/crates/common/src/types.rs +++ b/crates/common/src/types.rs @@ -37,6 +37,7 @@ pub enum Dependency { pub struct Task { pub label: String, pub command: String, + pub workdir: String, pub inherit: Vec, pub depends: HashSet, pub outputs: HashMap, -- cgit v1.2.3