From 3162c6f356af1925d9cff62fff78819c236d62a9 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Wed, 6 May 2026 22:42:18 +0200 Subject: [PATCH] investigating memory issues --- build.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig b/build.zig index 4613a09..67e8726 100644 --- a/build.zig +++ b/build.zig @@ -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"});