Skip to content

Full build with PDF is taking more than 24h #169

Closed
@JulienPalard

Description

@JulienPalard

Today we're building 6 versions for 13 languages (that's 78 builds).

I'm doing some tests on my machine to get an idea:

  • An HTML build takes 55 s.
  • A full build (html + text + PDF A4 + PDF letter + epub + texinfo) takes around 21 min, composed of:
    • 1 min for make html composed of:
      • 50 s for sphinx-build
      • 10 s of html archiving
    • 40 s for make text
    • 9 min for the A4 PDF build composed of:
      • 1 min for make latex PAPER=a4
      • 8 min for make all-pdf (in build/latex/) (less if run again, like 1 s if not removing PDFs, or 1 min after removing PDFs). Can be cut down to 6 min with -j 4.
    • 8 min 30 for the letter PDF build, roughly similar to A4 unsurprisingly
    • 1 min for the epub build
    • 1 min 30 s for the texinfo build

So a complete rebuild should take ~27h (on my machine, the server may have a different CPU).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions