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

(cherry picked from commit e510f97b48)
This commit is contained in:
Ed Maste 2022-02-14 15:14:02 -05:00
parent 531b495885
commit 3327c3d14a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,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