11 lines
238 B
Text
11 lines
238 B
Text
|
|
let bs = import "schemas/lib/build_spec.ncl" in
|
||
|
|
|
||
|
|
{
|
||
|
|
cpu = 4,
|
||
|
|
memory_gb = 4,
|
||
|
|
disk_gb = 20,
|
||
|
|
time_budget_min = 15,
|
||
|
|
cache_keys = ["ops-keeper", "rust-cargo"],
|
||
|
|
oom_retry = true,
|
||
|
|
} | bs.BuildSpec
|