Joe Rickerby

Results 376 comments of Joe Rickerby

Closing as a setuptools issue, see above.

Can we go back to using `docker cp` rather than the tar-pipes now? I recall we had to change due to a bug in docker, but that was a while...

@burgholzer it looks to me that this issue can be closed?

See the [table in the docs](https://cibuildwheel.pypa.io/en/stable/options/#build-skip) for a full list of build identifiers, they don't include the manylinux variant as Henry says. > I miss this update. How to specify...

Apologies. This is a mistake in the example config in the docs, and a poor error message. The issue is that repair commands will copy the wheel into `{dest_dir}` when...

There is [`Session.combine`](https://pyinstrument.readthedocs.io/en/latest/reference.html#pyinstrument.session.Session.combine) in the Python API. But that's just summing the times. I can't quite see how statistics would work generally, because strictly speaking we don't actually know how...

I'd be happy to drop it from cibuildwheel too, if it's costing PyPA money. We now have [very few open source (perhaps none!)](https://sourcegraph.com/search?q=context:global+.travis.yml+cibuildwheel%3D%3D&patternType=keyword&sm=0) users actively maintaining a build on Travis.

> RE: an override for pyodide_build_version > > Can't this be done like overriding any other constrained package? You could set the versions to `latest`, or even pip install a...

To correct my above comment - I was confused about the version of pyodide-build versus pyodide itself - it seems that the option CIBW_PYODIDE_VERSION is still necessary, but that the...

It looks like the next step here is to make CIBW_PYODIDE_VERSION a proper option, with documentation. Would you like assistance with that @agriyakhetarpal ? I can certainly help with the...