Skip to content

Commit 296bd84

Browse files
committed
Cleanup buck during installation
1 parent e1d1a96 commit 296bd84

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)