Skip to content

Commit

Permalink
Kill all running buck2 daemon before starting MacOS jobs (pytorch#7074)
Browse files Browse the repository at this point in the history
  • Loading branch information
huydhn authored Nov 26, 2024
1 parent a64ed1b commit c5f5ae9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/scripts/setup-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit c5f5ae9

Please sign in to comment.