authorgravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-12-28 19:18:01 -08:00
committergravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-12-28 19:18:01 -08:00
logb31c8d68b8cdea7f047a7057dd1fe04ea1a8aed7
treefa29e18ac7849541c0205d503dac86276eeec994
parent660f6f69454b112dbbdb54e5e998774042ed8761

fetch: increase quota in addallto for trees with lots of files


1 files changed, 1 insertions(+), 0 deletions(-)

src/cmd_fetch.zig+1
......@@ -27,6 +27,7 @@ pub fn execute(args: [][]u8) !void {
2727 try w.print("\n", .{});
2828 try w.print("{}\n", .{
2929 \\pub fn addAllTo(exe: *build.LibExeObjStep) void {
30 \\ @setEvalBranchQuota(1_000_000);
3031 \\ for (packages) |pkg| {
3132 \\ exe.addPackage(pkg);
3233 \\ }