adding some base commadns
Build / build (push) Successful in 59s
Test / build_and_test (push) Successful in 19m48s

This commit is contained in:
2026-04-23 02:50:18 +02:00
parent 2862ab1e33
commit ed8a60b539
15 changed files with 310 additions and 95 deletions
-2
View File
@@ -290,8 +290,6 @@ fn addMultithreadedCTS(b: *std.Build, target: std.Build.ResolvedTarget, impl: *c
run.addArg(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}));
}