From f8018ab702724f22585a0a493868b35bc1004cbe Mon Sep 17 00:00:00 2001 From: cy Date: Sun, 19 Jan 2025 21:16:55 -0500 Subject: [PATCH] overprovision lvm and mount to /nix --- .github/workflows/build-and-cache.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-cache.yml b/.github/workflows/build-and-cache.yml index 4a24858..5e5f5a4 100644 --- a/.github/workflows/build-and-cache.yml +++ b/.github/workflows/build-and-cache.yml @@ -42,13 +42,14 @@ jobs: - name: Maximize build disk space uses: easimon/maximize-build-space@v10 with: - root-reserve-mb: 512 + overprovision-lvm: true swap-size-mb: 1024 remove-dotnet: 'true' remove-android: 'true' remove-haskell: 'true' remove-codeql: 'true' remove-docker-images: 'true' + build-mount-path: /nix - uses: DeterminateSystems/nix-installer-action@main with: logger: pretty @@ -80,13 +81,14 @@ jobs: - name: Maximize build disk space uses: easimon/maximize-build-space@v10 with: - root-reserve-mb: 512 + overprovision-lvm: true swap-size-mb: 1024 remove-dotnet: 'true' remove-android: 'true' remove-haskell: 'true' remove-codeql: 'true' remove-docker-images: 'true' + build-mount-path: /nix - uses: DeterminateSystems/nix-installer-action@main with: logger: pretty