We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, github actions take 30min for a single PR CI run (https://github.com/PyO3/maturin/actions/runs/10497103635/job/29079188923?pr=2186), before being added to the merge queue which takes even longer. Between those, there are frequent non-deterministic failures. This is not viable for development, and in general very long for a project of uv's size.
We should implement changes that improve PR turnover time, such as:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, github actions take 30min for a single PR CI run (https://github.com/PyO3/maturin/actions/runs/10497103635/job/29079188923?pr=2186), before being added to the merge queue which takes even longer. Between those, there are frequent non-deterministic failures. This is not viable for development, and in general very long for a project of uv's size.
We should implement changes that improve PR turnover time, such as:
The text was updated successfully, but these errors were encountered: