mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-01 20:31:57 +00:00
Feature/build riscv64 bin (#19819)
This commit is contained in:
parent
3288ac2dfb
commit
9aaa82d037
9 changed files with 18 additions and 9 deletions
|
|
@ -20,7 +20,8 @@ static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
|
|||
any(
|
||||
target_arch = "x86_64",
|
||||
target_arch = "aarch64",
|
||||
target_arch = "powerpc64"
|
||||
target_arch = "powerpc64",
|
||||
target_arch = "riscv64"
|
||||
)
|
||||
))]
|
||||
#[global_allocator]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue