On Arch Linux, rsvg-convert is provided in the librsvg package. Install it instead of inkscape. Using rsvg-convert can shorten runtime of CI job for building PDFs a bit. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> Cc: Leonardo Bras <leobras.c@xxxxxxxxx> --- Needs an explicit ACK or Tested-by from Leo. Expected order of reduction of build time: ~10s utilities/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/gitlab-ci.yml b/utilities/gitlab-ci.yml index bcda8712..17525fb4 100644 --- a/utilities/gitlab-ci.yml +++ b/utilities/gitlab-ci.yml @@ -19,7 +19,7 @@ generate_pdfs: stage: build before_script: - - pacman --noconfirm -Syu texlive-meta fig2dev ghostscript graphviz inkscape wget make which fontconfig git ttf-dejavu gnu-free-fonts ttf-liberation + - pacman --noconfirm -Syu texlive-meta fig2dev ghostscript graphviz librsvg wget make which fontconfig git ttf-dejavu gnu-free-fonts ttf-liberation - mkdir -p ~/.local/share/fonts && cp fonts/steel-city-comic.regular.ttf ~/.local/share/fonts/ && fc-cache script: -- 2.34.1