From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mx.groups.io with SMTP id smtpd.web10.7825.1608285617341369672 for ; Fri, 18 Dec 2020 02:00:17 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=CFqI2nmY; spf=pass (domain: redhat.com, ip: 63.128.21.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1608285616; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=4jBpq1YPF76YLZRN7zA+BplfwEQgH6rT+ewCQn/9Wk8=; b=CFqI2nmYL+RPgxOid3VLK0oYa7VCRT4mxYylOFovSkliwNVDi40rWITiSSaALEtZKv84g7 7DtQuuaBROxzI3agwyxfdjnozIn5BG7jHq/s/7SFu+SBYPYJfMmMG6/XEXlTCK3/ogxYsN 00r/xwzsLhRVkFRbpz1kN3vouLV8Q+o= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-364-dbW1AqWWObCoyvciZ3BAgQ-1; Fri, 18 Dec 2020 05:00:08 -0500 X-MC-Unique: dbW1AqWWObCoyvciZ3BAgQ-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 8DCF5107ACE8; Fri, 18 Dec 2020 10:00:07 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-114-229.ams2.redhat.com [10.36.114.229]) by smtp.corp.redhat.com (Postfix) with ESMTP id AC2315D9D2; Fri, 18 Dec 2020 10:00:04 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 0/2] {ArmVirtPkg,OvmfPkg}/PlatformCI: stick with "ubuntu-18.04" for now From: "Laszlo Ersek" To: edk2-devel-groups-io Cc: Ard Biesheuvel , Jordan Justen , Leif Lindholm , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , Michael Kinney Reply-To: devel@edk2.groups.io, lersek@redhat.com References: <20201217204049.26817-1-lersek@redhat.com> Message-ID: Date: Fri, 18 Dec 2020 11:00:03 +0100 MIME-Version: 1.0 In-Reply-To: <20201217204049.26817-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit On 12/17/20 21:40, Laszlo Ersek wrote: > Personal build: https://github.com/tianocore/edk2/pull/1237 > > "vm_image: 'ubuntu-latest'" now refers to Ubuntu Focal (20.04LTS), not > Ubuntu Bionic (18.04LTS), according to > . > > In Focal, the "qemu" package is a dummy package with no dependencies, > and so the actual emulators are not pulled in. Compare: > > https://packages.ubuntu.com/bionic/qemu > https://packages.ubuntu.com/focal/qemu > > This causes CI runs to fail. > > It would be best to switch to the "qemu-system" package name, which > continues to depend on the emulators: > > https://packages.ubuntu.com/bionic/qemu-system > https://packages.ubuntu.com/focal/qemu-system > > However, while that package does make the emulators available, the > emulators crash. So for now, stick with the previous Ubuntu environment, > which continues to be supported, per > . > > Cc: Ard Biesheuvel > Cc: Jordan Justen > Cc: Leif Lindholm > Cc: Philippe Mathieu-Daudé > > Thanks, > Laszlo > > Laszlo Ersek (2): > ArmVirtPkg/PlatformCI: stick with "ubuntu-18.04" for now > OvmfPkg/PlatformCI: stick with "ubuntu-18.04" for now > > ArmVirtPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml | 2 +- > OvmfPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > Thanks for the reviews, merged as commit range e6ae24e1d676..c487970ac89d, via . Laszlo