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.
This commit is contained in:
Ed Maste 2021-02-28 22:07:05 -05:00
parent 0b0f8b359d
commit af11c20290

View File

@ -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)