git: af11c2029006 - main - Cirrus-CI: show mounted filesystems and free space at start
Ed Maste
emaste at FreeBSD.org
Mon Mar 1 16:55:33 UTC 2021
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=af11c2029006b64da41a78f2e2dcc910e13ce07a
commit af11c2029006b64da41a78f2e2dcc910e13ce07a
Author: Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2021-03-01 03:07:05 +0000
Commit: Ed Maste <emaste at 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)
More information about the dev-commits-src-all
mailing list