CC: ovs-dev
Not sure how the mail list fell off.  Adding back.

On 2/4/22 16:49, Ilya Maximets wrote:
> On 2/4/22 16:25, Gaëtan Rivet wrote:
>> On Fri, Feb 4, 2022, at 16:04, Ilya Maximets wrote:
>>> GHA is broken due to update to pip>=22.0.  This happens because now it
>>> stops backtracking packages on build failure making it impossible to
>>> find working combination of versions.
>>>
>>> We're not able to build 'hacking', because 'wheel' is not installed
>>> at that point in time.  Installing it separately to fix the issue,
>>> so pip can find compatible versions of packages by backtracking.
>>>
>>> Signed-off-by: Ilya Maximets <[email protected]>
>>
>> Hi Ilya,
>>
>> I was just affected by this, and your patch properly fixes the github CI.
>> The issue seems clear to me, along with its solution.
>>
>> Acked-by: Gaetan Rivet <[email protected]>
>>
> 
> Thanks, Gaetan.
> 
> The patch does fix the current build failure, but I'm trying to figure
> out why it stopped detecting flake8 during the configuration now:
> 
>   checking for flake8... no
> 
> Weird.  Maybe there is also some incompatibility with flake8-4.0...
> 
> I'll investigate for a bit more, but I'll apply the patch to unblock
> the CI if I'll not figure that out soon enough.
> 
> Best regards, Ilya Maximets.

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to