未验证 提交 2c28e63f 编写于 作者: A Alexander Köplinger 提交者: GitHub

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

System.Runtime.InteropServices.Tests seems to produce >10GB of coredumps which overwhelms CI.
上级 79e40e35
......@@ -132,7 +132,8 @@ 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
ulimit -c unlimited
# FIXME: temporarily disable core dumps
ulimit -c 0
fi
elif [[ "$(uname -s)" == "Linux" ]]; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册