Increase vCPU to 5 because of cirrus resource limit change.

Cirrus CI now requires that RAM (in GiB) be less than 4*vCPU.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2021-04-05 16:12:47 -07:00
parent bb6079133c
commit d399d3ae1b

View File

@ -1,7 +1,7 @@
task: task:
name: build-test-ubuntu2004 name: build-test-ubuntu2004
container: container:
cpu: 4 cpu: 5
memory: 20 memory: 20
dockerfile: .cirrus/Dockerfile.ubuntu20.04 dockerfile: .cirrus/Dockerfile.ubuntu20.04