From 4db078c35e820ca2c99d2e91313d4278f806cbca Mon Sep 17 00:00:00 2001 From: Reinier Maas Date: Fri, 27 Mar 2026 15:36:06 +0100 Subject: [PATCH] CI: Mount 100GB of additional storage for the Nix store --- .semaphore/prologue.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.semaphore/prologue.sh b/.semaphore/prologue.sh index f1f96682..83fc7e1e 100755 --- a/.semaphore/prologue.sh +++ b/.semaphore/prologue.sh @@ -22,6 +22,9 @@ # some places (which we can't change). set -evo pipefail +# Mount additional storage, which we use for the Nix store. +sudo mount /dev/sdc1 /mnt + # Install Nix. We install in single-user mode (--no-daemon) because the Nix # process can access the running SSH agent to fetch private Git repositories. curl -o install-nix https://releases.nixos.org/nix/nix-2.24.10/install