Skip to content

Commit

Permalink
Revert "Temporarily disable coredumps during library testing on macOS (
Browse files Browse the repository at this point in the history
…#63742)" (#64057)

This reverts commit 2c28e63.

Fixes #63761
  • Loading branch information
jkotas committed Jan 20, 2022
1 parent 5d1cb4f commit 3e6eda6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eng/testing/RunnerTemplate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ if [[ "$(uname -s)" == "Darwin" ]]; then
# files already in /cores/ at this point. This is being done to prevent
# inadvertently flooding the CI machines with dumps.
if [[ ! -d "/cores" || ! "$(ls -A /cores)" ]]; then
# FIXME: temporarily disable core dumps
ulimit -c 0
ulimit -c unlimited
fi

elif [[ "$(uname -s)" == "Linux" ]]; then
Expand Down

0 comments on commit 3e6eda6

Please sign in to comment.