git: dc0aacea416b - stable/12 - Cirrus-CI: Use standard QEMU package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Aug 2022 03:53:52 UTC
The branch stable/12 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=dc0aacea416b911a22a54c9dbcb126c81361b645
commit dc0aacea416b911a22a54c9dbcb126c81361b645
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-08-29 02:42:29 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-08-29 03:53:21 +0000
Cirrus-CI: Use standard QEMU package
Issues that required qemu-devel or qemu42 have long since been fixed.
This package also includes the UEFI firmware, so stop trying to install
uefi-edk2-qemu-x86_64.
Direct commit to stable/12 as other changes have not been MFCd.
Sponsored by: The FreeBSD Foundation
---
.cirrus.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.cirrus.yml b/.cirrus.yml
index be817559d885..e2a113a6f9ac 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -21,7 +21,7 @@ task:
TARGET: arm64
TARGET_ARCH: aarch64
install_script:
- - pkg install -y qemu-devel uefi-edk2-qemu-x86_64
+ - pkg install -y qemu
script:
- make -j$(sysctl -n hw.ncpu) WITHOUT_TOOLCHAIN=yes buildworld buildkernel
# FAT root fs fails on stable/12: