git: e510f97b4814 - main - Cirrus-CI: use qemu-nox11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 14 Feb 2022 21:07:14 UTC
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=e510f97b4814f5ddb8169bf378030a31a99545d9 commit e510f97b4814f5ddb8169bf378030a31a99545d9 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2022-02-14 20:14:02 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-02-14 21:06:04 +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 --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index ad8ad8e52532..c922724d71fb 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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