File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -249,12 +249,11 @@ jobs:
249249 run : |
250250 echo "=== Wheel sizes ==="
251251 du -sh dist/*
252- - name : Setup core dump
252+ - name : Setup core dump collection
253253 run : |
254254 mkdir -p tmp/core
255- sudo sysctl kern.corefile=$PWD/tmp/core/core.%P.%N
255+ sudo sysctl kern.corefile=$PWD/tmp/core/core.%P
256256 sudo sysctl kern.coredump=1
257- sudo sysctl kern.sugid_coredump=1
258257 ulimit -c unlimited
259258 - name : Free up disk space
260259 run : |
@@ -264,6 +263,7 @@ jobs:
264263 rm -rf buildlib/src 2>/dev/null || true
265264 - name : Test wheel on all Python versions
266265 run : |
266+ ulimit -c unlimited
267267 export PATH="$HOME/.pyenv/bin:$PATH"
268268 eval "$(pyenv init -)"
269269 for version in 3.8 3.9 3.10 3.11 3.12 3.13 3.14; do
You can’t perform that action at this time.
0 commit comments