From ec1b6c6d655846319c725472ad4e47e3f29c656a Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Wed, 5 Feb 2025 11:21:37 -0800 Subject: [PATCH] Enable buck2 daemon restarter (#8212) Fixes #7419, @byjlw confirmed on issue --- .buckconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.buckconfig b/.buckconfig index 02113599a1..7a4aecd971 100644 --- a/.buckconfig +++ b/.buckconfig @@ -33,3 +33,6 @@ **/.git, \ cmake-out, \ pip-out + +[buck2] +restarter=true