actions: change nix-fast-build jobs

This commit is contained in:
NullBite 2025-02-04 13:46:58 -05:00
parent 910d7fbef7
commit df6449bac7
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -22,7 +22,7 @@ jobs:
# free useless disk space # free useless disk space
- run: 'bash ci/util_free_space_extreme.sh' - run: 'bash ci/util_free_space_extreme.sh'
- run: 'nix flake update' - run: 'nix flake update'
- run: 'nix develop .#ci --command nix-fast-build --no-nom --skip-cache -f .#nixosConfigurations.rpi4.config.system.build.toplevel' - run: 'nix develop .#ci --command nix-fast-build -j1 --no-nom --skip-cache -f .#nixosConfigurations.rpi4.config.system.build.toplevel'
build_x86: build_x86:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
@ -38,6 +38,6 @@ jobs:
# free useless disk space # free useless disk space
- run: 'bash ci/util_free_space_extreme.sh' - run: 'bash ci/util_free_space_extreme.sh'
- run: 'nix flake update' - run: 'nix flake update'
- run: 'nix develop .#ci --command nix-fast-build --no-nom --skip-cache -f .#nixosConfigurations.nullbox.config.system.build.toplevel' - run: 'nix develop .#ci --command nix-fast-build -j1 --no-nom --skip-cache -f .#nixosConfigurations.nullbox.config.system.build.toplevel'
- run: 'nix develop .#ci --command nix-fast-build --no-nom --skip-cache -f .#nixosConfigurations.slab.config.system.build.toplevel' - run: 'nix develop .#ci --command nix-fast-build -j1 --no-nom --skip-cache -f .#nixosConfigurations.slab.config.system.build.toplevel'
- run: 'nix develop .#ci --command nix-fast-build --no-nom --skip-cache -f .#nixosConfigurations.nixos-wsl.config.system.build.toplevel' - run: 'nix develop .#ci --command nix-fast-build -j1 --no-nom --skip-cache -f .#nixosConfigurations.nixos-wsl.config.system.build.toplevel'