ci: reduce max-jobs in build-packages
All checks were successful
/ check (push) Successful in 8s
/ check-renovaterc (push) Successful in 2s
/ build-packages (push) Successful in 15s
/ build-vm (push) Successful in 2s
/ report-size (push) Successful in 5s

The server seems to run out of memory otherwise T-T
This commit is contained in:
Jalil David Salamé Messina 2025-05-13 00:08:53 +02:00
parent 2a52e4fdeb
commit 5c993d6f67
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -26,7 +26,7 @@ jobs:
- name: Build target
run: |
nix --version
nix-fast-build --max-jobs 2 --no-nom --skip-cached --no-link \
nix-fast-build --max-jobs 1 --no-nom --skip-cached --no-link \
--flake ".#packages.$(nix eval --raw --impure --expr builtins.currentSystem)"
build-vm:
runs-on: nixos