From af11c2029006b64da41a78f2e2dcc910e13ce07a Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Sun, 28 Feb 2021 22:07:05 -0500 Subject: [PATCH] Cirrus-CI: show mounted filesystems and free space at start CI runs have been encountering disk full errors. Add a `df` invocation so that we can see what we're working with. --- .cirrus.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index c577ca8aeca3..e34b99523561 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -14,7 +14,8 @@ task: timeout_in: 120m install_script: - pkg install -y qemu42 uefi-edk2-qemu-x86_64 llvm11 - setup_user_script: + setup_script: + - df -h - pw useradd user - mkdir -p /usr/obj/$(pwd -P) - chown user:user /usr/obj/$(pwd -P)