installers: Download releases from Astral's mirror first (#23617)

This commit is contained in:
Zsolt Dollenstein
2026-03-06 11:11:04 +00:00
committed by GitHub
parent c6418d2fee
commit 9b372a5ce0
+3
View File
@@ -67,6 +67,9 @@ github-custom-job-permissions = { "build-docker" = { packages = "write", content
install-updater = false
# Path that installers should place binaries in
install-path = ["$XDG_BIN_HOME/", "$XDG_DATA_HOME/../bin", "~/.local/bin"]
# Prefer simple hosting for downloads, falling back to GitHub releases
hosting = ["simple", "github"]
simple-download-url = "https://releases.astral.sh/github/ruff/releases/download/{tag}"
[dist.github-custom-runners]
global = "depot-ubuntu-latest-4"