From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web10.9359.1682555668549840880 for ; Wed, 26 Apr 2023 17:34:29 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=VyfibX6Q; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: gua.guo@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682555669; x=1714091669; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=uwBMpInsduK0kfkFWdVSNtH4QYsUs4nt+jcWniPKGp4=; b=VyfibX6QaOoNSTju8qR+cHwyHDMCTuQiY80pRU5nhRucAfXGFTXn1mdT bFpdOa5RtCRJMLP7aMrHUUpgSKsBO3Vvv3cqhQTBDsaj2u7mik5hHYd53 bvitIuzBen1yZzy+L+ftEc4VaZqsx9km1a23CRwJ+W5k5/TrKL5+EW4BL vMU9XJ6MIKtyK7ok2GAkFo5XE636i5XTVPrYuHmX4VOk/mBBquKGLQC87 W9e3TrUMwPpNJd9sZ30OjptHIlHjWK9MVgzBGSt+9Pz8Y3fWUjk2Vp1MP gqZUiQwD6PmyataXpzOyG8uaS/p/lav6Apudj7cybAv8HlzkVgXHJp+AN w==; X-IronPort-AV: E=McAfee;i="6600,9927,10692"; a="347297145" X-IronPort-AV: E=Sophos;i="5.99,229,1677571200"; d="scan'208";a="347297145" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Apr 2023 17:34:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10692"; a="644458569" X-IronPort-AV: E=Sophos;i="5.99,229,1677571200"; d="scan'208";a="644458569" Received: from gguo-desk.gar.corp.intel.com ([10.5.215.23]) by orsmga003.jf.intel.com with ESMTP; 26 Apr 2023 17:34:27 -0700 From: "Guo, Gua" To: devel@edk2.groups.io Cc: gua.guo@intel.com, Michael D Kinney , Sean Brogan , Michael Kubacki , Oliver Steffen , Chris Fernald Subject: [PATCH v2 2/2] .azurepipelines: Choose container that have installed lcov Date: Thu, 27 Apr 2023 08:34:16 +0800 Message-Id: <20230427003416.315-2-gua.guo@intel.com> X-Mailer: git-send-email 2.39.2.windows.1 In-Reply-To: <20230427003416.315-1-gua.guo@intel.com> References: <20230427003416.315-1-gua.guo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Gua Guo Azure should install code coverage tool (lcov), it didn't exist on Fedora and Ubuntu by default. Cc: Michael D Kinney Cc: Sean Brogan Cc: Michael Kubacki Cc: Oliver Steffen Cc: Chris Fernald Signed-off-by: Gua Guo --- .azurepipelines/templates/defaults.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azurepipelines/templates/defaults.yml b/.azurepipelines/templ= ates/defaults.yml index 74d6b41783..8412a43cad 100644 --- a/.azurepipelines/templates/defaults.yml +++ b/.azurepipelines/templates/defaults.yml @@ -9,4 +9,4 @@ =0D variables:=0D default_python_version: ">=3D3.10.6"=0D - default_linux_image: "ghcr.io/tianocore/containers/fedora-35-test:47addc= 9"=0D + default_linux_image: "ghcr.io/tianocore/containers/fedora-35-test:3b3eb8= f"=0D --=20 2.39.2.windows.1