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

Attempt to further reduce resource usage by further reducing concurrency

parent 05131b8d
No related branches found
No related tags found
1 merge request!12Fix openssl build issues
......@@ -61,7 +61,7 @@ jobs:
name: "Build System Test Driver"
command: |
export NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/$(cat nixpkgs.rev).tar.gz
nix-build --max-jobs 1 nixos/system-tests.nix -A driver
nix-build --max-jobs 1 --cores 1 nixos/system-tests.nix -A driver
# Give it a good long while. PaymentServer and its dependencies, in
# particular, can take a while to build.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment