Cirrus-CI: use qemu-nox11

We use -nographic for the smoke test and there is no need to pull in all
of the x11 deps.  This saves some time and bandwidth during package
installation.

When I originally added Cirrus-CI support the -nox11 package was not
available.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2022-02-14 15:14:02 -05:00
parent 2f6a842484
commit e510f97b48

View file

@ -23,7 +23,7 @@ task:
TARGET_ARCH: aarch64
timeout_in: 120m
install_script:
- sh .cirrus-ci/pkg-install.sh qemu llvm13
- sh .cirrus-ci/pkg-install.sh qemu-nox11 llvm13
setup_script:
- uname -a
- df -m