From d399d3ae1b1cf835f28c0766f84db5de0dbabfa4 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Mon, 5 Apr 2021 16:12:47 -0700 Subject: 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> --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index e2d61df2..99c70ffd 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,7 +1,7 @@ task: name: build-test-ubuntu2004 container: - cpu: 4 + cpu: 5 memory: 20 dockerfile: .cirrus/Dockerfile.ubuntu20.04 -- cgit v1.2.3