svn commit: r367125 - head

Ed Maste emaste at FreeBSD.org
Thu Oct 29 02:02:31 UTC 2020


Author: emaste
Date: Thu Oct 29 02:02:30 2020
New Revision: 367125
URL: https://svnweb.freebsd.org/changeset/base/367125

Log:
  CI: switch to qemu42 package
  
  It appears that booting FreeBSD from qemu's synthesized FAT filesystem
  broke somehow in a recent qemu-devel update.  qemu42 works so switch to
  it for now.

Modified:
  head/.cirrus.yml

Modified: head/.cirrus.yml
==============================================================================
--- head/.cirrus.yml	Thu Oct 29 00:30:38 2020	(r367124)
+++ head/.cirrus.yml	Thu Oct 29 02:02:30 2020	(r367125)
@@ -14,7 +14,7 @@ task:
   only_if: $CIRRUS_BRANCH != 'svn_head'
   timeout_in: 120m
   install_script:
-  - pkg install -y qemu-devel uefi-edk2-qemu-x86_64 llvm11
+  - pkg install -y qemu42 uefi-edk2-qemu-x86_64 llvm11
   setup_user_script:
   - pw useradd user
   - mkdir -p /usr/obj/$(pwd -P)


More information about the svn-src-all mailing list