summaryrefslogtreecommitdiffstats
path: root/crates/runner/src/paths.rs
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-10-30 23:16:20 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-10-30 23:19:01 +0200
commitfb775e85a4563a063daaf87cdf510e1d46647294 (patch)
tree6c90062ae0674f0790fca534b3fb7af85da5b69b /crates/runner/src/paths.rs
parent86a4342f3cf55f96e93daf175146d544e30c1216 (diff)
downloadrebel-fb775e85a4563a063daaf87cdf510e1d46647294.tar
rebel-fb775e85a4563a063daaf87cdf510e1d46647294.zip
runner: do not use tmpfs for temporary build directories
Diffstat (limited to 'crates/runner/src/paths.rs')
-rw-r--r--crates/runner/src/paths.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/runner/src/paths.rs b/crates/runner/src/paths.rs
index 34ecdc3..ac0d758 100644
--- a/crates/runner/src/paths.rs
+++ b/crates/runner/src/paths.rs
@@ -25,7 +25,7 @@
//! │ │ ├── task.log # stdout/stderr output of the task
//! │ │ └── task.lock # task lockfile
//! │   └── ...
-//! └── tmp/ # tmpfs (mounted on start of rebel)
+//! └── tmp/ # temporary files (cleaned on start)
//!    ├── rootfs/ # unpacked rootfs.tar
//!    └── task/
//!    └── <input hash>/