Cirrus-CI: add gpart show
to setup script
GCP instances have stopped resizing the UFS root filesystem. The 14.x snapshot image built fromb1ef176eb5
works whilec89209c674
fails. Discovered via testing a WIP branch in Cirrus-CI that uses `image: family/freebsd-14-0-snap`. Add `gpart show` to the setup script to confirm that the partition size (as set by Cirrus config / GCP) took effect and to help when investigating any similar issue in the future. MFC after: 1 week Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
99aeb219ca
commit
170d10421a
@ -34,6 +34,7 @@ task:
|
||||
- sh .cirrus-ci/pkg-install.sh ${TOOLCHAIN_PKG}
|
||||
setup_script:
|
||||
- uname -a
|
||||
- gpart show
|
||||
- df -m
|
||||
- pkg --version
|
||||
- pw useradd user
|
||||
|
Loading…
Reference in New Issue
Block a user