Skip to content
Snippets Groups Projects
Unverified Commit baafab1d authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

try reducing build parallelism somewhat to deal with memory limits

parent 6d76a682
No related branches found
No related tags found
1 merge request!144Disable the Eliot test suite
...@@ -122,7 +122,10 @@ jobs: ...@@ -122,7 +122,10 @@ jobs:
# #
# Further, we want the "doc" output built as well because that's # Further, we want the "doc" output built as well because that's
# where the coverage data ends up. # 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: - run:
name: "Cache codecov" name: "Cache codecov"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment