diff mbox series

[ovs-dev,branch-20.09,1/4] ci: Make linux-prepare trust system installs.

Message ID 20230110220913.3528012-1-odivlad@gmail.com
State Accepted
Headers show
Series [ovs-dev,branch-20.09,1/4] ci: Make linux-prepare trust system installs. | expand

Checks

Context Check Description
ovsrobot/apply-robot warning apply and check: warning
ovsrobot/github-robot-_Build_and_Test fail github build: failed

Commit Message

Vladislav Odintsov Jan. 10, 2023, 10:09 p.m. UTC
From: Aaron Conole <aconole@redhat.com>

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@redhat.com>
Reported-by: Ilya Maximets <i.maximets@ovn.org>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Signed-off-by: Numan Siddique <numans@ovn.org>
(cherry picked from  OVS commit 4bd37558104b5d8376c52d5d11ced67a18d51aa4)
(cherry picked from commit 13770dba7910fec97c17e69f9155e0d75209c072)
Signed-off-by: Vladislav Odintsov <odivlad@gmail.com>
---
 .ci/linux-prepare.sh | 1 -
 1 file changed, 1 deletion(-)

Comments

0-day Robot Jan. 10, 2023, 10:43 p.m. UTC | #1
Bleep bloop.  Greetings Vladislav Odintsov, I am a robot and I have tried out your patch.
Thanks for your contribution.

I encountered some error that I wasn't expecting.  See the details below.


checkpatch:
WARNING: Unexpected sign-offs from developers who are not authors or co-authors or committers: Ilya Maximets <i.maximets@ovn.org>, Numan Siddique <numans@ovn.org>, Vladislav Odintsov <odivlad@gmail.com>
Lines checked: 38, Warnings: 1, Errors: 0


Please check this out.  If you feel there has been an error, please email aconole@redhat.com

Thanks,
0-day Robot
diff mbox series

Patch

diff --git a/.ci/linux-prepare.sh b/.ci/linux-prepare.sh
index 83ad3958b..37e8d4250 100755
--- a/.ci/linux-prepare.sh
+++ b/.ci/linux-prepare.sh
@@ -13,4 +13,3 @@  git clone git://git.kernel.org/pub/scm/devel/sparse/sparse.git
 cd sparse && make -j4 HAVE_LLVM= HAVE_SQLITE= install && cd ..
 
 pip3 install --disable-pip-version-check --user flake8 hacking sphinx pyOpenSSL
-pip3 install --upgrade --user docutils