Cache files, env, and args

This commit is contained in:
gingerBill
2024-07-09 14:16:56 +01:00
parent 68b70a2183
commit 886ee66e7f
5 changed files with 175 additions and 29 deletions

View File

@@ -329,7 +329,12 @@ enum SanitizerFlags : u32 {
struct BuildCacheData {
u64 crc;
String cache_dir;
String manifest_path;
// manifests
String files_path;
String args_path;
String env_path;
bool copy_already_done;
};