Zanie Blue

Results 2981 comments of Zanie Blue

Actually, I think I'm wrong — we do have code to check for this https://github.com/astral-sh/uv/blob/dd7da6af5fa9ad166f0b8cbd5cca93b49b823eaf/crates/uv-python/python/packaging/_manylinux.py#L181-L204 I'm not sure if we're not properly enforcing it. Is it possible you're getting a...

Ah we generate the compatible platform tags directly in Rust?

We might just want to write a unit test instead of an integration test. I think we need to test various `_manylinux` definitions and assert that our platform tag list...

Would it be absurd to introduce "CI" time regression checks in CI like the CodSpeed benches? Unfortunately the GitHub Runner performance is super noisy so it might not work.

I strongly considered self-hosted runners, but it seemed painful to orchestrate Windows runners in particular.

I also very much want to look into something like https://github.com/astral-sh/uv/pull/609 again to cache our network traffic — I think that'd help a lot.

Ah that might be easier than using mitmproxy or rolling our own proxy in Rust. Thanks for the link! edit: I created a published image at https://github.com/astral-sh/nginx_pypi_cache/pkgs/container/nginx_pypi_cache we can use...

Some progress with: - #5874 - #5883 - #5873