[ovs-git] [ovn-org/ovn] 50debb: ci: Make linux-prepare trust system installs.

Aaron Conole noreply at github.com
Tue Nov 2 19:35:55 UTC 2021


  Branch: refs/heads/branch-20.12
  Home:   https://github.com/ovn-org/ovn
  Commit: 50debbc65077df6849ed1a53c84f9c415361c18d
      https://github.com/ovn-org/ovn/commit/50debbc65077df6849ed1a53c84f9c415361c18d
  Author: Aaron Conole <aconole at redhat.com>
  Date:   2021-11-02 (Tue, 02 Nov 2021)

  Changed paths:
    M .ci/linux-prepare.sh

  Log Message:
  -----------
  ci: Make linux-prepare trust system installs.

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 <aconole at redhat.com>
Reported-by: Ilya Maximets <i.maximets at ovn.org>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>
Signed-off-by: Numan Siddique <numans at ovn.org>
(cherry picked from  OVS commit 4bd37558104b5d8376c52d5d11ced67a18d51aa4)
(cherry picked from commit 13770dba7910fec97c17e69f9155e0d75209c072)




More information about the git mailing list