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 68b1936 commit 71cae79Copy full SHA for 71cae79
.github/workflows/ci.yml
@@ -71,6 +71,7 @@ jobs:
71
target:
72
- riscv64gc-unknown-linux-gnu
73
- loongarch64-unknown-linux-gnu
74
+ - mips64el-unknown-linux-gnuabi64
75
76
steps:
77
- uses: actions/checkout@v4
src/sys/mod.rs
@@ -21,7 +21,8 @@ use libc::*;
21
target_arch = "x86_64",
22
target_arch = "aarch64",
23
target_arch = "riscv64",
24
- target_arch = "loongarch64"
+ target_arch = "loongarch64",
25
+ target_arch = "mips64"
26
)),
27
not(io_uring_skip_arch_check)
28
))]
0 commit comments