未验证 提交 3e6eda66 编写于 作者: J Jan Kotas 提交者: GitHub

Revert "Temporarily disable coredumps during library testing on macOS (#63742)" (#64057)

This reverts commit 2c28e63f.

Fixes #63761
上级 5d1cb4f3
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册