| ... | @@ -1828,6 +1828,8 @@ test "accept/connect/send_zc/recv" { | ... | @@ -1828,6 +1828,8 @@ test "accept/connect/send_zc/recv" { |
| 1828 | } | 1828 | } |
| 1829 | | 1829 | |
| 1830 | test "accept_direct" { | 1830 | test "accept_direct" { |
| | 1831 | if (builtin.cpu.arch.isRISCV()) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/30854 |
| | 1832 | |
| 1831 | try skipKernelLessThan(.{ .major = 5, .minor = 19, .patch = 0 }); | 1833 | try skipKernelLessThan(.{ .major = 5, .minor = 19, .patch = 0 }); |
| 1832 | | 1834 | |
| 1833 | var ring = IoUring.init(1, 0) catch |err| switch (err) { | 1835 | var ring = IoUring.init(1, 0) catch |err| switch (err) { |