Skip to content

Commit d7d552e

Browse files
committed
Cleanup buck during installation
1 parent e1d1a96 commit d7d552e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
72.6 MB
Binary file not shown.

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 && ${buck2} clean"
282282
WORKING_DIRECTORY ${executorch_root}
283283
COMMAND_ECHO STDOUT
284284
)

0 commit comments

Comments
 (0)