From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web12.34305.1608520758130989735 for ; Sun, 20 Dec 2020 19:19:18 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: bob.c.feng@intel.com) IronPort-SDR: mc2YokQzVGx6QjSE8dMFgT9EtxXbun2jnE456O1v3f+iAZB8erVwB1Urd4pAz4/ppaN6Aplw+i fa8DmRM76KHg== X-IronPort-AV: E=McAfee;i="6000,8403,9841"; a="163398206" X-IronPort-AV: E=Sophos;i="5.78,436,1599548400"; d="scan'208";a="163398206" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Dec 2020 19:19:17 -0800 IronPort-SDR: Jb4vAGZfZhX0Wxw5zGMT0alv17XOEmLfNJVrdieQisX5bFYVKGoTW9DpqyZ6dakfaxKuQW3aLQ yT6yS4hNlYfA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.78,436,1599548400"; d="scan'208";a="415567561" Received: from shwdepsi1121.ccr.corp.intel.com ([10.239.158.32]) by orsmga001.jf.intel.com with ESMTP; 20 Dec 2020 19:19:16 -0800 From: "Bob Feng" To: devel@edk2.groups.io Subject: [Patch 0/1] EmulatorPkg/PlatformCI: stick with "ubuntu-18.04" for now Date: Mon, 21 Dec 2020 11:19:03 +0800 Message-Id: <20201221031903.1950-1-bob.c.feng@intel.com> X-Mailer: git-send-email 2.29.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The following PRs failed caused by Ubuntu-20.04. https://github.com/tianocore/edk2/pull/1249 https://github.com/tianocore/edk2/pull/1250 https://github.com/tianocore/edk2/pull/1251 This patch is to fix this issue. This patch was tested by PR https://github.com/tianocore/edk2/pull/1252 Bob Feng (1): EmulatorPkg/PlatformCI: stick with "ubuntu-18.04" for now EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.29.1.windows.1