You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, we're relying on system tar here, so that might not work on windows. Actually we could check the docker daemon version and only use the tar copying mode on Docker Server versions before 24.0.0, apparently docker cp should work now. moby/moby#44210 .
Description
Hey, I am building my python library using cibuildwheel and the wheels look like they are being built okay but it is failing at the last stage:
I am not sure why this is happening, any pointers on how I could debug this?
I am installing my wheels on a windows platform running the command:
and my pyproject.toml file looks like:
and my custom docker image looks like:
If you need any more information please let me know!
Thanks
Build log
No response
CI config
No response
The text was updated successfully, but these errors were encountered: