mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 08:55:07 +03:00
ziglang needs 8-core builder
This commit is contained in:
parent
b7727fe732
commit
abd9ee8da0
1 changed files with 2 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue