Compare commits

..

2 commits

Author SHA1 Message Date
d280cdec17
chore(deps): lock file maintenance
All checks were successful
/ check (push) Successful in 8s
/ check-renovaterc (push) Successful in 3s
/ build-packages (push) Successful in 15s
/ build-vm (push) Successful in 21s
/ report-size (push) Successful in 1m16s
2025-05-13 00:20:17 +02:00
5c993d6f67
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
2025-05-13 00:09:52 +02:00

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