Joe Rickerby
Joe Rickerby
I'm feeling more confident that this is the issue. We started noticing this in August, and we started using pip 22.2 at the [end of July](https://github.com/pypa/cibuildwheel/commit/fc15836c636a92caf57bbe6fe87de1f49911576e). To be clear, I...
I have found [a Pip thread](https://github.com/pypa/pip/issues/11340#issuecomment-1272381581) tracking this issue and reported my findings there too.
> This is because brew downloads artefacts for the host architecture and that is x86-64, and then the macOS linker silently fails to link (is not a hard error in...
I haven't run into this myself, so a couple of questions from me @Czaki - > it is not ok until you ensure that the macOS platform tag is set...
Are the ARM runners available for free for open source? If so, we could just add a linux arm runner to the minimal config and add a ✅ to the...
Hm. Interesting. We do test SSL support for each version in our test suite, but this might be an unusual case. Could you post the URL that it's trying to...
That URL uses a cloudflare-issued cert. ``` $ curl -v -X HEAD https://anaconda.org/multibuild-wheels-staging/openblas-libs --snip-- * SSL connection using TLSv1.2 / ECDHE-ECDSA-CHACHA20-POLY1305 * ALPN, server accepted to use h2 * Server...
Not getting anywhere with this... I can't find a Cloudflare URL works, every one that I've tried responds to urllib.request.urlopen with a 403 Forbidden error - I suppose we're being...
Oh, that's been working reliably for you? I'll try it.
I found the issue. #1279 shows this is not normally an issue in cibuildwheel. Your Github action requests setup-python to install 3.11-dev. That GHA install script uses a Python.org `pkg`,...