From cb04347bc2c72ade1e3e9702bc29c618c6369897 Mon Sep 17 00:00:00 2001 From: Mergen Nachin Date: Fri, 13 Dec 2024 12:11:32 -0500 Subject: [PATCH] Cleanup buck during installation (#7307) --- build/Utils.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Utils.cmake b/build/Utils.cmake index 246bd68c83..f9aafefdff 100644 --- a/build/Utils.cmake +++ b/build/Utils.cmake @@ -278,7 +278,7 @@ function(resolve_buck2) execute_process( # Note that we need to use the local buck2 variable. BUCK2 is only set in # the parent scope, and can still be empty in this scope. - COMMAND "${buck2} kill" + COMMAND "${buck2} killall" WORKING_DIRECTORY ${executorch_root} COMMAND_ECHO STDOUT )