whoops
Build / build (push) Successful in 55s
Test / build_and_test (push) Failing after 6m35s

This commit is contained in:
2026-05-09 23:55:31 +02:00
parent 1e02a5bc3e
commit d494b56799
+1 -1
View File
@@ -324,7 +324,7 @@ fn addMultithreadedCTS(b: *std.Build, target: std.Build.ResolvedTarget, impl: *c
const cts_exe_path = try cts_exe_name.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{switch (mode) { const run = b.addSystemCommand(&[_][]const u8{switch (mode) {
.normal => cts_exe_path, .normal => "deqp-runner",
.gdb => "gdb", .gdb => "gdb",
.valgrind => "valgrind", .valgrind => "valgrind",
}}); }});