The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=af11c2029006b64da41a78f2e2dcc910e13ce07a
commit af11c2029006b64da41a78f2e2dcc910e13ce07a Author: Ed Maste <ema...@freebsd.org> AuthorDate: 2021-03-01 03:07:05 +0000 Commit: Ed Maste <ema...@freebsd.org> CommitDate: 2021-03-01 16:54:37 +0000 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) _______________________________________________ dev-commits-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"