-
Notifications
You must be signed in to change notification settings - Fork 290
Closed
Description
Description
When experimenting with the local setup, using cibuildwheel --platform=linux
, for example, a container is created. The container is removed after the build finishes. If the build fails, there's no way to debug what caused it except for the logs. The roundtrip time of adding debug logs are pretty high for big software projects. For myself I've commented out these lines:
cibuildwheel/cibuildwheel/oci_container.py
Lines 148 to 152 in f766904
subprocess.run( | |
[self.engine, "rm", "--force", "-v", self.name], | |
stdout=subprocess.DEVNULL, | |
check=False, | |
) |
But I could PR a proper solution if someone talks me through the requirements, and if everyone agrees this is a good addition for debugging.
Build log
No response
CI config
No response
mcleantom
Metadata
Metadata
Assignees
Labels
No labels