diff --git a/.circleci/config.yml b/.circleci/config.yml index 7949f83138c5727bec74d23e6f8c372cc94184f4..70e5dddbaba04915b7c16a09e4472f6fef033aad 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -122,7 +122,10 @@ jobs: # # Further, we want the "doc" output built as well because that's # where the coverage data ends up. - nix-build --argstr hypothesisProfile ci --arg collectCoverage true --attr doc + # + # Also limit the number of concurrent jobs because of resource + # constraints on CircleCI. :/ + nix-build --jobs 1 --argstr hypothesisProfile ci --arg collectCoverage true --attr doc - run: name: "Cache codecov"