Skip to content

Commit 11b68c5

Browse files
authored
Bump eval quota (#665)
1 parent fa810a3 commit 11b68c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ pub fn MicroBuild(port_select: PortSelect) type {
250250
};
251251

252252
const InitReturnType = blk: {
253-
@setEvalBranchQuota(2000);
253+
@setEvalBranchQuota(5000);
254254

255255
var ok = true;
256256
for (port_list) |port| {
@@ -882,7 +882,7 @@ pub inline fn custom_lazy_import(
882882
}
883883

884884
inline fn custom_find_import_pkg_hash_or_fatal(comptime dep_name: []const u8) []const u8 {
885-
@setEvalBranchQuota(2000);
885+
@setEvalBranchQuota(5000);
886886
const build_runner = @import("root");
887887
const deps = build_runner.dependencies;
888888

0 commit comments

Comments
 (0)