Matthieu Darbois

Results 359 comments of Matthieu Darbois

> What's the status of this, is it safe to merge? yes I think it is since we run the ninja test suite and, since the PR was first introduced,...

It seems the workaround added for Python 3.8 was not added to 3.6/3.7 on purpose: https://github.com/pypa/cibuildwheel/pull/1768#issuecomment-1970914303

This is not planned. RHEL 10 just came out so it could be technically possible to add this in the coming months but ci time / cache would become an...

c.f. https://github.com/pypa/cibuildwheel/pull/1434 for other reference. Other than `gnu-tar`, the `--format gnutar` argument could be used on macOS.

> Though I'm not sure why auditwheel is trying to go to 2014 when run on 2_28... The container used in the linked build is manylinux2014. Running auditwheel with `-v`...

@hynek, you can use: ```yaml jobs: tests: name: nox on ${{ matrix.runs-on }} / ${{ matrix.python-version }} runs-on: ${{ matrix.runs-on }} strategy: matrix: python-version: ["pypy3.8", "3.8", "3.9", "3.10", "3.12"] runs-on:...

Thanks for digging into this. #586 will fix the non-deterministic search order & revert the behavior to what it was before. Would that be enough to fix the PyTorch issue...

> a new issue which could be fixed The need for this commit is based on realpath update. If we don't update the realpath later on, then platform should always...