File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -160,8 +160,8 @@ jobs:
160160 - name : Setup core dump
161161 run : |
162162 mkdir -p tmp/core
163- echo " tmp/core/core.%p" > /tmp/core_pattern
164- sudo cp /tmp/core_pattern /proc/sys/kernel/core_pattern 2>/dev/null
163+ sudo sysctl kern.corefile=$PWD/ tmp/core/core.%P
164+ sudo sysctl kern.coredump=1
165165 ulimit -c unlimited
166166 - name : Test wheel on all Python versions
167167 run : |
Original file line number Diff line number Diff line change @@ -160,8 +160,8 @@ jobs:
160160 - name : Setup core dump collection
161161 run : |
162162 mkdir -p tmp/core
163- echo " tmp/core/core.%p" > /tmp/core_pattern
164- sudo cp /tmp/core_pattern /proc/sys/kernel/core_pattern 2>/dev/null
163+ sudo sysctl kern.corefile=$PWD/ tmp/core/core.%P
164+ sudo sysctl kern.coredump=1
165165 ulimit -c unlimited
166166 - name : Test wheel on all Python versions
167167 run : |
You can’t perform that action at this time.
0 commit comments