hydra-queue-runner: Write GC roots for outputs paths
We lost this behaviour somewhere. So build outputs could be GC'ed when running the collector with --option gc-keep-outputs false.
This commit is contained in:
@ -436,6 +436,11 @@ private:
|
||||
|
||||
bool uploadLogsToBinaryCache;
|
||||
|
||||
/* Where to store GC roots. Defaults to
|
||||
/nix/var/nix/gcroots/per-user/$USER/hydra-roots, overridable
|
||||
via gc_roots_dir. */
|
||||
nix::Path rootsDir;
|
||||
|
||||
public:
|
||||
State();
|
||||
|
||||
|
Reference in New Issue
Block a user