investigating memory issues
Build / build (push) Successful in 2m40s
Test / build_and_test (push) Failing after 14m2s

This commit is contained in:
2026-05-06 22:42:18 +02:00
parent 5cadfc34b4
commit 3162c6f356
+1 -1
View File
@@ -310,7 +310,7 @@ fn addMultithreadedCTS(b: *std.Build, target: std.Build.ResolvedTarget, impl: *c
}
}
const mustpass_path = try cts.path("mustpass/master/vk-default.txt").getPath3(b, null).toString(b.allocator);
const mustpass_path = try cts.path("vk-default.txt").getPath3(b, null).toString(b.allocator);
const cts_exe_path = try cts_exe_name.getPath3(b, null).toString(b.allocator);
const run = b.addSystemCommand(&[_][]const u8{"deqp-runner"});