mirror of
https://github.com/NixOS/nix
synced 2025-07-03 06:11:46 +02:00
Limit parallelism
This commit is contained in:
parent
88cd82239e
commit
ae5ac8acc1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -109,7 +109,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
determinate: true
|
determinate: true
|
||||||
- uses: DeterminateSystems/flakehub-cache-action@main
|
- 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:
|
manual:
|
||||||
if: github.event_name != 'merge_group'
|
if: github.event_name != 'merge_group'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue