| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Adding _ensure-sphinxcontrib-svg2pdfconverter as a sibling prerequisite of build makes make -jN latex nondeterministic, because GNU Make may run both prerequisites in parallel. In that mode, build can start before the converter package (and even the venv it depends on) is installed, so the LaTeX doc build can fail intermittently with missing tooling even though the target is supposed to prepare it first.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
Thanks @m-aciek for the PR, and @StanFromIreland for merging it 🌮🎉.. I'm working now to backport this PR to: 3.15. |
Sorry, something went wrong.
|
Dzięki! |
Sorry, something went wrong.
|
GH-151352 is a backport of this pull request to the 3.15 branch. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Adding _ensure-sphinxcontrib-svg2pdfconverter as a sibling prerequisite of build makes make -jN latex nondeterministic, because GNU Make may run both prerequisites in parallel. In that mode, build can start before the converter package (and even the venv it depends on) is installed, so the LaTeX doc build can fail intermittently with missing tooling even though the target is supposed to prepare it first.
This fixes a bug introduced in #145480.
Example faulty run. In this job build is invoked first, and then the installation of the required package. In effect in generated artifact there are no PDF images converted from SVGs.
Could it be please marked for a backport to 3.15?
This is already fixed for 3.14: #145741.