Skip to content

Commit 685491f

Browse files
zowoqmergify[bot]
authored andcommitted
drop delete legacy gcroot
1 parent e603bac commit 685491f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

nix/master.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -778,11 +778,7 @@ in
778778
};
779779

780780
systemd.tmpfiles.rules =
781-
[
782-
# delete legacy gcroot location, can be dropped after 2024-06-01
783-
"R /var/lib/buildbot-worker/gcroot - - - - -"
784-
]
785-
++ lib.optional (cfg.outputsPath != null)
781+
lib.optional (cfg.outputsPath != null)
786782
# Allow buildbot-master to write to this directory
787783
"d ${cfg.outputsPath} 0755 buildbot buildbot - -";
788784

0 commit comments

Comments
 (0)