From 2f1c4688e35479cb9067341eacca470223c3531e Mon Sep 17 00:00:00 2001 From: Huy Do Date: Mon, 25 Nov 2024 16:21:59 -0800 Subject: [PATCH] Kill all running buck2 daemon before starting MacOS jobs --- .ci/scripts/setup-macos.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ci/scripts/setup-macos.sh b/.ci/scripts/setup-macos.sh index 833ba0aafe6..b1a8ff14b57 100755 --- a/.ci/scripts/setup-macos.sh +++ b/.ci/scripts/setup-macos.sh @@ -49,6 +49,9 @@ install_buck() { rm "${BUCK2}" popd + + # Kill all running buck2 daemon for a fresh start + buck2 killall || true } function write_sccache_stub() {