installers: Download releases from Astral's mirror first#23617
Merged
Conversation
ntBre
approved these changes
Feb 27, 2026
Contributor
|
Do you want to land this before the release tomorrow? |
Member
Author
|
No I wanna see if the publish job works properly first. This can go into
the next release
…On Wed, 4 Mar 2026, 22:00 Brent Westbrook, ***@***.***> wrote:
*ntBre* left a comment (astral-sh/ruff#23617)
<#23617 (comment)>
Do you want to land this before the release tomorrow?
—
Reply to this email directly, view it on GitHub
<#23617 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAQJNHYVRSZBCI7X3XBPJ34PCROTAVCNFSM6AAAAACWCCAS36VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DAMBQGU3DMNJRGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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.
bcfb198 to
79006e0
Compare
zsol
added a commit
to astral-sh/ty
that referenced
this pull request
Mar 6, 2026
This is like astral-sh/ruff#23617 but for ty. ## Test plan ``` ❯ cargo dist build --tag 0.0.21 -a global [...] ❯ sh target/distrib/ty-installer.sh -v downloading ty 0.0.21 aarch64-apple-darwin from https://releases.astral.sh/github/ty/releases/download/0.0.21/ty-aarch64-apple-darwin.tar.gz to /var/folders/2p/zyzvnr4j5016wx4h0pdgbjb00000gn/T/tmp.94XQUlda6l/input.tar.gz no checksums to verify installing to /Users/zsol/.local/bin ty everything's installed! ```
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.
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.
Test plan