pub fn dependOn(step: *Step, other: *Step) void
pub fn dependOn(step: *Step, other: *Step) void { const arena = step.owner.allocator; step.dependencies.append(arena, other) catch @panic("OOM"); }