We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d1a96 commit cb04347Copy full SHA for cb04347
build/Utils.cmake
@@ -278,7 +278,7 @@ function(resolve_buck2)
278
execute_process(
279
# Note that we need to use the local buck2 variable. BUCK2 is only set in
280
# the parent scope, and can still be empty in this scope.
281
- COMMAND "${buck2} kill"
+ COMMAND "${buck2} killall"
282
WORKING_DIRECTORY ${executorch_root}
283
COMMAND_ECHO STDOUT
284
)
0 commit comments