Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Commit d9da133

Browse files
committed
Add riscv64-linux for find_downloads.py
https://github.com/astral-sh/python-build-standalone/releases/tag/20250115 added riscv64-linux.
1 parent d67cac1 commit d9da133

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rye-devtools/src/rye_devtools/find_downloads.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ class CPythonFinder(Finder):
7171
"windows-amd64-shared-pgo": "x86_64-pc-windows-msvc-shared-pgo",
7272
"windows-x86": "i686-pc-windows-msvc",
7373
"linux64-musl": "x86_64-unknown-linux-musl",
74+
"linux64-riscv": "riscv64-unknown-linux-gnu",
7475
}
7576

7677
# matches these: https://doc.rust-lang.org/std/env/consts/constant.ARCH.html
@@ -79,6 +80,7 @@ class CPythonFinder(Finder):
7980
"x86": "x86",
8081
"i686": "x86",
8182
"aarch64": "aarch64",
83+
"riscv64": "riscv64",
8284
}
8385

8486
# matches these: https://doc.rust-lang.org/std/env/consts/constant.OS.html

0 commit comments

Comments
 (0)