Joe Rickerby

Results 376 comments of Joe Rickerby

Hey there. I can see that this would be a nice property. Have you come across [SOURCE_DATE_EPOCH](https://reproducible-builds.org/docs/source-date-epoch/)? I think the goal is the same - to fix the timestamps in...

[My test](https://gitlab.com/cibuildwheel/cibuildwheel/-/pipelines/1443139928) over in #1996 contradicts this, unless I'm missing something. It gives: > Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

Hmm, I think I'd suggest a different approach... I think most of the options probably shouldnt be shared. ``` │ Where does the │ Behaviour should match │ implementation live?...

> > it depends on `VSCMD_ARG_TGT_ARCH` environment variable > > That's not in a release yet, correct? It will be in the next one (soon). Right. But this is just...

The `VSCMD_ARG_TGT_ARCH` env var is the method you'll probably want to use to get the target architecture on windows from now on.

I just released cibuildwheel with 3.13.3 support!

Agreed. I also assumed that subclassing would 'just work', being unaware of the complexities (as discussed in #23). Currently the failure mode is non-obvious (my app silently froze after showing...

> I'd rather see users update docker (it's a matter of adding 8 lines in `.travis.yml`) as this might also allow `docker cp` without any workarounds for legacy behavior. That...

[Last time we discussed this](https://github.com/pypa/cibuildwheel/pull/385#issuecomment-652046490) their OSS plan excluded Windows, but it looks like it includes it now. ~We're now pooled into the pypa plan, so there shouldn't be a...

I think this is a nice idea. I wouldn't say it needs to be part of `platformdirs`, it's more on the application itself to manage its storage dirs. Regarding command...