On 10/27/21 11:33, Ilya Maximets wrote:
> On 10/26/21 20:26, Aaron Conole wrote:
>> Recently, the github actions CI environment has been broken due to an
>> incompatibility between sphinx-build and the docutils python package.
>> The pip3 install command will upgrade docutils to an incompatible
>> version.
>>
>> Since we install sphinx via pip3, it will always install an appropriate
>> version of docutils package.  By forcing the upgrade, we created a broken
>> situation.  Remove the upgrade command and trust pip3.
>>
>> Signed-off-by: Aaron Conole <[email protected]>
>> Reported-by: Ilya Maximets <[email protected]>
>> ---
> 
> Thanks!  Applied to all active branches (down to 2.13).
> 
> I also noticed that we're installing docutils on osx, but we're not
> installing sphinx there, so the command is kind of useless.
> I applied this patch as-is to unblock the CI, but we should, probably,
> clean up osx build too.
> 
> Best regards, Ilya Maximets.
> 

Apparently, OVN has the same issue, so this change should be applied
there too.

CC: Mark and Numan.

If you need the patch to be sent separately for OVN, I guess, Aaron can
do that, or I can.  Please, let us know.

Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to