Skip to content

Commit

Permalink
Update minimal manylinux version for riscv64
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 26, 2024
1 parent 864e6bb commit 1fefd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/target.rs
Original file line number Diff line number Diff line change
Expand Up @@ -463,11 +463,11 @@ impl Target {
PlatformTag::manylinux2010()
}
}
Arch::Riscv64 => PlatformTag::Manylinux { x: 2, y: 31 },
Arch::Armv5teL
| Arch::Armv6L
| Arch::Wasm32
| Arch::Riscv32
| Arch::Riscv64
| Arch::Mips64el
| Arch::Mips64
| Arch::Mipsel
Expand Down

0 comments on commit 1fefd33

Please sign in to comment.