ziglang needs 8-core builder

This commit is contained in:
Jacob Heider 2023-01-16 19:28:27 -05:00
parent b7727fe732
commit abd9ee8da0
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB

View file

@ -13,7 +13,8 @@ args:
import * as ARGV from "./utils/args.ts" import * as ARGV from "./utils/args.ts"
const exceptions: { [pkg: string]: number } = { const exceptions: { [pkg: string]: number } = {
"deno.land": 4 "deno.land": 4,
"ziglang.org": 8,
} }
const pkgs = await ARGV.toArray(ARGV.pkgs()) const pkgs = await ARGV.toArray(ARGV.pkgs())