From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.88512.1680565911223353435 for ; Mon, 03 Apr 2023 16:51:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linux.microsoft.com header.s=default header.b=Ji4I2CZB; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from [192.168.4.22] (unknown [47.201.8.94]) by linux.microsoft.com (Postfix) with ESMTPSA id 04BF9210DC68; Mon, 3 Apr 2023 16:51:49 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 04BF9210DC68 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1680565910; bh=g4Az9GjtBWi7QNb1V0JfEqyuF49ZKZF6ugKMi5WOH6Y=; h=Date:Subject:To:References:From:In-Reply-To:From; b=Ji4I2CZBocnsBOvn2d2gh9oJOzzc+sqi5xaqiield11bX3H7YtCDrnYpdeVfZ9Dfq Hrjo11tr/pF2dzn9cDp85HMG3jOKGGcrL+fTEu8Z7ZoMIicG6nKWsnDAl5l6kLcuaj yqN2MOVx1nxmPVf7Z01WZXrD1s1ALH5ea7FSgkT0= Message-ID: Date: Mon, 3 Apr 2023 19:51:48 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.9.1 Subject: Re: [PATCH 1/1] pip-requirements.txt: bump edk2-basetools to 0.1.42 To: Rebecca Cran , devel@edk2.groups.io, Andrew Fish , Leif Lindholm , Michael D Kinney , Sean Brogan References: <20230403234703.2210276-1-rebecca@bsdio.com> From: "Michael Kubacki" In-Reply-To: <20230403234703.2210276-1-rebecca@bsdio.com> Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reviewed-by: Michael Kubacki On 4/3/2023 7:47 PM, Rebecca Cran wrote: > Bump the version of edk2-basetools in pip-requirements.txt to 0.1.42. > This version contains the update to generate makefiles with both > CFLAGS and BUILD_CFLAGS. > > Signed-off-by: Rebecca Cran > --- > pip-requirements.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/pip-requirements.txt b/pip-requirements.txt > index 3c3bf921dd83..7f627e9e571f 100644 > --- a/pip-requirements.txt > +++ b/pip-requirements.txt > @@ -14,7 +14,7 @@ > > edk2-pytool-library==0.14.0 > edk2-pytool-extensions~=0.21.8 > -edk2-basetools==0.1.39 > +edk2-basetools==0.1.42 > antlr4-python3-runtime==4.7.1 > lcov-cobertura==2.0.2 >