cibuildwheel
cibuildwheel copied to clipboard
[Question] Is there a way to get core file?
Description
I have a segfault during pytests, and I can't reproduce it in local. Is there a way to put on artifacts core files?
Build log
https://github.com/Marco-Sulla/python-frozendict/actions/runs/9487232241/job/26143336956?pr=103
CI config
No response
You men that your local compilation do not fail. Or you downloaded the artifacts (after disabling the tests) and they are working on your machine?
General possibility could be to enable core files in docker using CIBW_BEFORE_ALL and modify test commend to put core file in wheeldir in container (command need to end with success)