Re: [PATCH 3/3] dockerfiles: update CentOS Stream 9 to Python 3.11, Meson to 1.12
Paolo Bonzini <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <[email protected]> |
On 8/17/26 18:56, [email protected] wrote: >> +RUN /usr/bin/pip3.11 install \ >> + sphinx \ >> + sphinx-rtd-theme > > Since it's a rust-enabled container, why not pip install meson 1.12 here? Good point, which should be mentioned somewhere. Since it's using a non-default Python, basically nothing is installed including meson. configure will install it from the bundled wheel, so that CI covers that path as well. Paolo