zig/lib/std/os
Igor Anić be4a77d9aa io_uring: fix ci failing test
Getting this error in ci:
run test std-arm-linux-none-generic-Debug: error: 'test.accept/connect/send_zc/recv' failed: /home/ci/actions-runner1/_work/zig/zig/lib/std/os/linux/io_uring.zig:60:23: 0x70b06b in init_params (test)
            .NOSYS => return error.SystemOutdated,
                      ^
/home/ci/actions-runner1/_work/zig/zig/lib/std/os/linux/io_uring.zig:27:16: 0x70b6b7 in init (test)
        return try IO_Uring.init_params(entries, &params);
               ^
/home/ci/actions-runner1/_work/zig/zig/lib/std/os/linux/io_uring.zig:3807:16: 0x72405b in test.accept/connect/send_zc/recv (test)
    var ring = try IO_Uring.init(16, 0);

https://github.com/ziglang/zig/actions/runs/6909813408/job/18801841015?pr=18025
2023-11-18 05:40:24 +01:00
..
linux io_uring: fix ci failing test 2023-11-18 05:40:24 +01:00
plan9 plan 9: filesystem support 2023-08-02 17:39:52 -04:00
uefi replace deprecated std.math.absCast 2023-11-09 17:39:27 +02:00
windows start.zig: Replace kernel32 usage with ntdll 2023-11-03 19:25:46 +02:00
emscripten.zig Added basic support for wasm32-emscripten target 2023-09-22 12:49:03 -07:00
linux.zig Fix regressing #17290 from #17734 2023-11-01 18:30:56 +02:00
plan9.zig Plan 9: add more features to std.os.plan9 2023-08-02 18:19:07 -04:00
test.zig x86_64: fix std test failures 2023-11-03 23:18:21 -04:00
uefi.zig std.os.uefi: reorganize namespaces 2023-08-24 22:38:47 -07:00
wasi.zig wasi: update sock_recv and sock_send according to preview1 2023-09-18 00:27:27 -07:00
windows.zig std.os.windows: remove unnecessary @ptrCast (#17816) 2023-11-01 18:45:51 -04:00