Skip to content

Commit

Permalink
Debug macosx-notarize.sh OOMKilled failures
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
  • Loading branch information
PatrickTasse committed Feb 22, 2024
1 parent 7fb87b0 commit fa7ca21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/macosx-notarize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ function notarize_single_dmg() {
mkdir temp
pushd temp
for path in $(${SSH} find ${RCP_DESTINATION} -maxdepth 1 -name '*.dmg'); do
df -h .
free -h
${SCP} ${SSHUSER}:${path} .
done
popd
Expand Down

0 comments on commit fa7ca21

Please sign in to comment.