Skip to content

Commit c5f5ae9

Browse files
authored
Kill all running buck2 daemon before starting MacOS jobs (#7074)
1 parent a64ed1b commit c5f5ae9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ci/scripts/setup-macos.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ install_buck() {
4949

5050
rm "${BUCK2}"
5151
popd
52+
53+
# Kill all running buck2 daemon for a fresh start
54+
buck2 killall || true
5255
}
5356

5457
function write_sccache_stub() {

0 commit comments

Comments
 (0)