investigating memory issues
Build / build (push) Successful in 52s
Test / build_and_test (push) Failing after 11m29s

This commit is contained in:
2026-05-06 23:31:16 +02:00
parent 3162c6f356
commit 378602103d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -329,6 +329,7 @@ fn addMultithreadedCTS(b: *std.Build, target: std.Build.ResolvedTarget, impl: *c
run.addArg("--");
run.addArg(b.fmt("--deqp-archive-dir={s}", .{try cts.path("").getPath3(b, null).toString(b.allocator)}));
run.addArg(b.fmt("--deqp-vk-library-path={s}", .{b.getInstallPath(.lib, impl_lib.out_lib_filename)}));
run.addArg("--deqp-test-oom=disable");
const run_step = b.step(b.fmt("cts-{s}", .{impl.name}), b.fmt("Run Vulkan conformance tests for libvulkan_{s} in a multithreaded environment", .{impl.name}));
run_step.dependOn(&run.step);