Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Feb 2022 19:53:13 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 3327c3d14a81 - stable/13 - Cirrus-CI: use qemu-nox11
Message-ID:  <202202221953.21MJrDAd025572@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202221953.21MJrDAd025572>