mirror of
https://github.com/astral-sh/ruff.git
synced 2026-05-06 08:56:57 -04:00
installers: Download releases from Astral's mirror first (#23617)
This commit is contained in:
committed by
GitHub
parent
c6418d2fee
commit
9b372a5ce0
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user