Skip to content

Commit

Permalink
CI: Increase size of tmpfs before building
Browse files Browse the repository at this point in the history
Building the kernel currently exceeds the default limit.
  • Loading branch information
networkException committed Jul 11, 2023
1 parent 74b7005 commit 4464386
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-
Expand Down

0 comments on commit 4464386

Please sign in to comment.