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:
parent
0b0f8b359d
commit
af11c20290
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user