mirror of
https://github.com/MadsLorentzen/ai-job-search.git
synced 2026-09-17 00:26:26 +00:00
ci(latex-smoke): add a debian:bookworm leg compiling on apt-packaged TeX Live (#346)
The latex-smoke job ran only texlive/texlive:latest, the environment that never had the #242 bug: apt-packaged TeX Live 2022 ships moderncv 2.3.1, whose missing name-style macros and hyperref option clash the to cv/main_example.tex could reintroduce either failure and stay green. Turn the job into a fail-fast-off matrix: texlive-latest unchanged, debian-bookworm installing TeX Live from apt. Verified in a real bookworm container (moderncv 2022-02-21 v2.3.1): both documents compile clean and every assertion in the job passes unchanged on both legs, strict stock structure included. --no-install-recommends makes two font packages explicit: texlive-fonts-extra (moderncv loads fontawesome5; lualatex dies fatally without it) and texlive-fonts-recommended (hyperref's xetex driver probes the pzdr metrics; the cover letter fails without it). The matrix renames the check to two leg-suffixed names, so a branch-protection rule requiring the old name needs a one-time update. Follow-up to #242/#323, invited in #323's review.
This commit is contained in:
@@ -34,6 +34,20 @@ per-file diff commands.
|
||||
`apply.md` Step 0 states for the posting itself, since cache notes are written from
|
||||
the same fetched web content. The verification-still-applies restatement in both
|
||||
`apply.md` and `interview.md`'s cache-check paragraphs is now pinned too.
|
||||
- **CI now compiles the LaTeX examples on Debian bookworm's apt-packaged TeX Live** (the
|
||||
separate-PR follow-up invited in #323's review). The `latex-smoke` job ran only
|
||||
`texlive/texlive:latest` - the environment that never had the #242 bug, so the moderncv-2.3.1
|
||||
compile fix shipped guarded by nothing: the next edit to `cv/main_example.tex` could
|
||||
reintroduce a `\firstnamestyle` override or a top-level `\usepackage{hyperref}` and CI would
|
||||
stay green. The job is now a two-leg matrix, `texlive-latest` unchanged and `debian-bookworm`
|
||||
installing TeX Live 2022 from apt (moderncv 2.3.1, verified in a real bookworm container:
|
||||
both documents compile clean and the strict stock assertions - 2-page CV, 1-page cover
|
||||
letter, extractable text - pass on both legs unchanged). `--no-install-recommends` keeps the
|
||||
leg lean, which makes two font packages explicit requirements: `texlive-fonts-extra`
|
||||
(moderncv loads fontawesome5) and `texlive-fonts-recommended` (hyperref's xetex driver
|
||||
probes the `pzdr` metrics). **Note for repo admins:** the matrix renames the check from
|
||||
"Compile example CV and cover letter" to two leg-suffixed names, so a branch-protection
|
||||
rule requiring the old name needs updating once.
|
||||
|
||||
## [1.6.0] - 2026-08-19
|
||||
|
||||
|
||||
Reference in New Issue
Block a user