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]>

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

Reply via email to