installers: Download uv releases from a mirror#18191
Merged
Conversation
4e5b6f8 to
5010369
Compare
ee53349 to
ab9333c
Compare
883cc6a to
2f0f765
Compare
ab9333c to
1ccb090
Compare
db6739d to
0ae2f3a
Compare
1ccb090 to
d900c79
Compare
Gankra
reviewed
Feb 27, 2026
Gankra
approved these changes
Feb 27, 2026
d900c79 to
dee6ed3
Compare
zsol
added a commit
to astral-sh/ruff
that referenced
this pull request
Feb 27, 2026
This is like astral-sh/uv#18191 but for Ruff. > [!NOTE] > We should only merge this once #23616 is merged and released. This makes the installer shell scripts download releases from Astral's mirror first, falling back to GitHub releases if the mirror is not available.
zsol
added a commit
to astral-sh/ruff
that referenced
this pull request
Feb 27, 2026
This is like astral-sh/uv#18191 but for Ruff. > [!NOTE] > We should only merge this once #23616 is merged and released. This makes the installer shell scripts download releases from Astral's mirror first, falling back to GitHub releases if the mirror is not available.
zsol
added a commit
to astral-sh/ruff
that referenced
this pull request
Mar 6, 2026
This is like astral-sh/uv#18191 but for Ruff. > [!NOTE] > We should only merge this once #23616 is merged and released. This makes the installer shell scripts download releases from Astral's mirror first, falling back to GitHub releases if the mirror is not available.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Prioritize downloading uv releases from
releases.astral.shover GitHub. We still fall back to the latter in case of problems with the former.We should consider landing and releasing #18159 before we merge this to minimize the chance of a botched mirror publish causing unnecessary churn for installs.
Test Plan