From 26b528c2ccf854a28f148c3d04af5884c03529f5 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 17 Sep 2020 23:53:07 +0000 Subject: [PATCH] Replace texlive-full with cm-super PDF builds need to continue working on Ubuntu Focal. Installing texlive-full is an easy answer but pulls in 3GB worth of additional packages and is causing jobs to frequently hit build timeouts. Re-add just the focused dependencies needed to keep this working without requiring the kitchen sink. This is a partial revert of 3f5d26a1c0d773c05e356775cf9ca6612b1ff905 which initially added texlive-full in an attempt to solve PDF build issues. Change-Id: Id8f50ccd75bbfe5ac126c61fe8e9223e0b6ae2b7 --- roles/prepare-build-pdf-docs/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/prepare-build-pdf-docs/tasks/main.yaml b/roles/prepare-build-pdf-docs/tasks/main.yaml index d75e1dcd..8526e402 100644 --- a/roles/prepare-build-pdf-docs/tasks/main.yaml +++ b/roles/prepare-build-pdf-docs/tasks/main.yaml @@ -8,9 +8,9 @@ package: name: - latexmk - - texlive-full - texlive-xetex - texlive-fonts-recommended + - cm-super - fonts-liberation - inkscape - xindy