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)
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to