Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2020 02:02:30 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r367125 - head
Message-ID:  <202010290202.09T22UdH021470@repo.freebsd.org>

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



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