CI: Increase size of tmpfs before building
Building the kernel currently exceeds the default limit.
This commit is contained in:
parent
74b7005518
commit
446438675b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
|
|
@ -30,6 +30,8 @@ jobs:
|
|||
env:
|
||||
GC_DONT_GC: 1
|
||||
run: |
|
||||
sudo mount -o remount,size=30G /run/user/1001
|
||||
|
||||
for iso in $(nix flake show --json | nix run nixpkgs#jq -- -r keys[]); do
|
||||
nix build .#$iso
|
||||
split -d result/iso/*.iso -b 1G $iso.iso-part-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue