Matthieu Darbois

Results 359 comments of Matthieu Darbois

Here's another example of the wrong image being run: The 386 image will be run instead of the amd64 (the reverse is not true). The amd64 image will be run...

the cycle between ninja and cmake has been removed with ninja>=1.11.3 & cmake>=3.31.2

As mentioned in the [manylinux issue](https://github.com/pypa/manylinux/issues/1750), I'm moving the discussion here as a whole. Now that GitHub Actions is providing aarch64 runners, manylinux / auditwheel / (& cibuildwheel through https://github.com/pypa/cibuildwheel/pull/2259)...

manylinux & auditwheel both moved everything to GitHub Actions: - manylinux: there are other QEMU builds for riscv64, it's faster overall to build everything on GitHub (especially considering Travis CI...

> We use the manylinux images in the test suite, and without a riscv64 image we can't test if auditwheel is working correctly on this platform. I think this could...

Ideally, this fix could be included in a future kitware 1.13.1 release now that upstream ninja released 1.13.1

@timfel, I tried to backport most of the comments from #1518 in this PR. We'll able to move forward once the "skip the simple project build on graalpy" is dropped.

@timfel, I updated the PR but the tests are not passing. pip 23.3 should fix the issue.

The update of packaging has been moved to 24.1 by the pip team.