From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) by mx.groups.io with SMTP id smtpd.web08.7407.1662556092592581624 for ; Wed, 07 Sep 2022 06:08:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@quicinc.com header.s=qcppdkim1 header.b=o3k8NkH6; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: quicinc.com, ip: 205.220.180.131, mailfrom: quic_rcran@quicinc.com) Received: from pps.filterd (m0279869.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 287Cg1Mc004775; Wed, 7 Sep 2022 13:08:03 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=message-id : date : mime-version : to : from : subject : content-type : content-transfer-encoding; s=qcppdkim1; bh=xtnZrRRuE7ReDHCNmWJe5JhUzfCMUR/ULMSosNa9AnY=; b=o3k8NkH6sSiOc9IdP1vj/StHi8bv42D7mnSAzN9WmZwccVhOlKcdzkr6SHeJ0CLJA6NY aS6+1d+M8qtU+RncvuHDHeWsaaw9giMrRYqGky8o52aPjKF7QSv5pUT9KfxamHAZPO2y TWJbdG02bocmuzLITjaIsKnM4An492DRju5wFq6uiLFU/ehlY+7WSYZgiEAZxUoQLFfo jf60aMffYCcpYeVY0abinCQlHSjmyU0gqsOOZiGo6jeRzX++HcYi7geR6z4zodmn1siQ Guf/x2+6Z7HL8KqCyOYkUDOzIphqMSE1sI+bm0LBbxU+0IVMlMbBm56OsFqDLghA3nFg 7w== Received: from nasanppmta04.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3jenmjs37r-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 07 Sep 2022 13:08:03 +0000 Received: from nasanex01b.na.qualcomm.com (nasanex01b.na.qualcomm.com [10.46.141.250]) by NASANPPMTA04.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 287D8154014062 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 7 Sep 2022 13:08:01 GMT Received: from [10.110.11.216] (10.80.80.8) by nasanex01b.na.qualcomm.com (10.46.141.250) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.29; Wed, 7 Sep 2022 06:08:01 -0700 Message-ID: Date: Wed, 7 Sep 2022 07:08:00 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.1 To: , Leif Lindholm , "Michael Kinney" , Andrew Fish , "Michael Kubacki" , Sean Brogan , Bret Barkelew , Liming Gao From: "Rebecca Cran" Subject: Pip edk2-basetools diverged from edk2/BaseTools (e.g. doesn't have "Revert "BaseTools: Fix DSC LibraryClass precedence rule"") X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nasanex01b.na.qualcomm.com (10.46.141.250) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-GUID: dSeQWkZZD9de4ElOOsXqvZ0r77d1HDnJ X-Proofpoint-ORIG-GUID: dSeQWkZZD9de4ElOOsXqvZ0r77d1HDnJ X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.895,Hydra:6.0.528,FMLib:17.11.122.1 definitions=2022-09-07_06,2022-09-07_01,2022-06-22_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 lowpriorityscore=0 clxscore=1011 malwarescore=0 impostorscore=0 suspectscore=0 mlxlogscore=373 mlxscore=0 bulkscore=0 spamscore=0 adultscore=0 phishscore=0 priorityscore=1501 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2207270000 definitions=main-2209070050 Content-Language: en-US Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit I've been running into a problem with CI that was fixed in edk2 BaseTools before the recent stable tag: ERROR - Compiler #3000 from /home/vsts/work/1/s/MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf(42): PCD [gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode] in [/home/vsts/work/1/s/MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf] is not found in dependent packages: I noticed that CI is using the Pip based tools, and from comparing https://github.com/tianocore/edk2-basetools/commits/master and https://github.com/tianocore/edk2/commits/master/BaseTools it's clear they've diverged, and the former for example doesn't have "Revert "BaseTools: Fix DSC LibraryClass precedence rule"", as well as several other fixes. Could we get them synced up? -- Rebecca Cran