From abd9ee8da055f15df16a4327894db53df69cc0db Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Mon, 16 Jan 2023 19:28:27 -0500 Subject: [PATCH] ziglang needs 8-core builder --- scripts/check-core-sizes.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/check-core-sizes.ts b/scripts/check-core-sizes.ts index 2eb22ecd..eba91693 100755 --- a/scripts/check-core-sizes.ts +++ b/scripts/check-core-sizes.ts @@ -13,7 +13,8 @@ args: import * as ARGV from "./utils/args.ts" const exceptions: { [pkg: string]: number } = { - "deno.land": 4 + "deno.land": 4, + "ziglang.org": 8, } const pkgs = await ARGV.toArray(ARGV.pkgs())