Skip to content

Commit

Permalink
Add riscv64-linux for find_downloads.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeonacid authored Jan 16, 2025
1 parent d67cac1 commit 71f98a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rye-devtools/src/rye_devtools/find_downloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class CPythonFinder(Finder):
"windows-amd64-shared-pgo": "x86_64-pc-windows-msvc-shared-pgo",
"windows-x86": "i686-pc-windows-msvc",
"linux64-musl": "x86_64-unknown-linux-musl",
"linux64-riscv64": "riscv64-unknown-linux-gnu",
}

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

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

0 comments on commit 71f98a2

Please sign in to comment.