1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-03 06:11:46 +02:00

Limit parallelism

This commit is contained in:
Eelco Dolstra 2025-04-25 21:39:05 +02:00
parent 88cd82239e
commit ae5ac8acc1

View file

@ -109,7 +109,7 @@ jobs:
with:
determinate: true
- uses: DeterminateSystems/flakehub-cache-action@main
- run: nix build -L --out-link ./new-nix && PATH=$(pwd)/new-nix/bin:$PATH flake-regressions/eval-all.sh
- run: lscpu && nix build -L --out-link ./new-nix && PATH=$(pwd)/new-nix/bin:$PATH PARALLEL="-P 16" flake-regressions/eval-all.sh
manual:
if: github.event_name != 'merge_group'