From fb775e85a4563a063daaf87cdf510e1d46647294 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 30 Oct 2021 23:16:20 +0200 Subject: runner: do not use tmpfs for temporary build directories --- crates/runner/src/paths.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/runner/src/paths.rs') 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/ //!    └── / -- cgit v1.2.3