From d92fdcfb85447a6238a16f01b4dc383aef8c3854 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Tue, 21 Sep 2021 15:43:15 -0400 Subject: [PATCH] bump the resource class so maybe tahoe 1.16 will build --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f99460b..128b356 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -143,6 +143,10 @@ jobs: # Run in a highly Nix-capable environment. - image: "nixos/nix:latest" + # Tahoe-LAFS requires more memory than we get from the default resource + # class and sometimes we have to build it. + resource_class: "large" + environment: # CACHIX_AUTH_TOKEN is manually set in the CircleCI web UI and allows us to push to CACHIX_NAME. CACHIX_NAME: "privatestorage-opensource" -- GitLab