qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 6/7] CI: Stop building docs on centos8


From: Paolo Bonzini
Subject: Re: [PATCH 6/7] CI: Stop building docs on centos8
Date: Fri, 10 Feb 2023 11:30:27 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1

On 2/10/23 00:32, John Snow wrote:
It's possible to teach lcitool to use pip instead to install
docutils, sphinx and sphinx-rtd-theme

I will say that once upon a time, Peter Maydell expressed a
preference to use the version(s) of sphinx managed by the distro
instead of swallowing it into the python-managed parts of the
codebase. It seemed like a reasonable request at the time.

Note that this is not about using pip in a venv set up by e.g. configure; simply, lcitool falls back to pip if a package is not available as an RPM/DEB/APK, so it's a matter of telling it that the python3.8 runtime in CentOS 8 does not have either docutils or sphinx.

In other words, since lcitool takes care of building the container dockerfile, this "pip install" would be done in the container phase and configure in general cannot care less whether sphinx comes from an RPM or a "pip install".

Paolo

We can
revisit it once I get the patches in to add a venv at configure time.
(Which I was intending to visit next.)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]