Skip to content

Commit cb04347

Browse files
authored
Cleanup buck during installation (#7307)
1 parent e1d1a96 commit cb04347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Utils.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ function(resolve_buck2)
278278
execute_process(
279279
# Note that we need to use the local buck2 variable. BUCK2 is only set in
280280
# the parent scope, and can still be empty in this scope.
281-
COMMAND "${buck2} kill"
281+
COMMAND "${buck2} killall"
282282
WORKING_DIRECTORY ${executorch_root}
283283
COMMAND_ECHO STDOUT
284284
)

0 commit comments

Comments
 (0)