git: 3327c3d14a81 - stable/13 - Cirrus-CI: use qemu-nox11

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Tue, 22 Feb 2022 19:53:13 UTC
The branch stable/13 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=3327c3d14a816cbfdb83999365d9d594568c224c

commit 3327c3d14a816cbfdb83999365d9d594568c224c
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-02-14 20:14:02 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-02-22 19:53:02 +0000

    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 e510f97b4814f5ddb8169bf378030a31a99545d9)
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 8052ce0adb22..3e449627aa5e 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -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