Skip to content

Commit

Permalink
Cleanup macOS core files
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbogo authored and fauust committed Nov 23, 2023
1 parent dce20ea commit c88d89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master-nonlatent/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ f_macos.addStep(
f_macos.addStep(
steps.ShellCommand(
name="cleanup",
command="rm -r * .*i ~/packages/* ~/buildbot_logs/* 2> /dev/null || true",
command="rm -r * .*i ~/packages/* ~/buildbot_logs/* /System/Volumes/Data/cores/* 2> /dev/null || true",
alwaysRun=True,
)
)
Expand Down

0 comments on commit c88d89d

Please sign in to comment.