We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b794d9a commit 35637eaCopy full SHA for 35637ea
.github/workflows/ci.yml
@@ -70,6 +70,7 @@ jobs:
70
- stable
71
target:
72
- riscv64gc-unknown-linux-gnu
73
+ - loongarch64-unknown-linux-gnu
74
75
steps:
76
- uses: actions/checkout@v4
src/sys/mod.rs
@@ -20,7 +20,8 @@ use libc::*;
20
not(any(
21
target_arch = "x86_64",
22
target_arch = "aarch64",
23
- target_arch = "riscv64"
+ target_arch = "riscv64",
24
+ target_arch = "loongarch64"
25
)),
26
not(io_uring_skip_arch_check)
27
))]
0 commit comments