update the codebase for the new std.Progress API
This commit is contained in:
@@ -550,7 +550,7 @@ pub fn checkComputeCompare(
|
||||
check_object.checks.append(check) catch @panic("OOM");
|
||||
}
|
||||
|
||||
fn make(step: *Step, prog_node: *std.Progress.Node) !void {
|
||||
fn make(step: *Step, prog_node: std.Progress.Node) !void {
|
||||
_ = prog_node;
|
||||
const b = step.owner;
|
||||
const gpa = b.allocator;
|
||||
|
||||
Reference in New Issue
Block a user