adding spirv interpreter results table dump
All checks were successful
Build / build (push) Successful in 1m39s
Test / build_and_test (push) Successful in 59m51s

This commit is contained in:
2026-03-21 05:19:45 +01:00
parent 7ba64de411
commit 67353d9b1c
5 changed files with 43 additions and 3 deletions

View File

@@ -299,6 +299,8 @@ fn addMultithreadedCTS(b: *std.Build, target: std.Build.ResolvedTarget, impl: *c
run.addArg(b.fmt("{s}{s}", .{ cache_path, mustpass_path }));
run.addArg("--output");
run.addArg("./cts");
run.addArg("--timeout");
run.addArg("300");
if (jobs_count) |count| {
run.addArg(b.fmt("-j{d}", .{count}));
}