diff options
author | Keith Rothman <537074+litghost@users.noreply.github.com> | 2021-04-05 16:12:47 -0700 |
---|---|---|
committer | Keith Rothman <537074+litghost@users.noreply.github.com> | 2021-04-05 16:12:47 -0700 |
commit | d399d3ae1b1cf835f28c0766f84db5de0dbabfa4 (patch) | |
tree | 8d328302a757f921ffa9554f1b3e5b92e9eae86a | |
parent | bb6079133c9b0de9db3e39735d160c1a161ec981 (diff) | |
download | nextpnr-d399d3ae1b1cf835f28c0766f84db5de0dbabfa4.tar.gz nextpnr-d399d3ae1b1cf835f28c0766f84db5de0dbabfa4.tar.bz2 nextpnr-d399d3ae1b1cf835f28c0766f84db5de0dbabfa4.zip |
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>
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |