summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Bras <leobras.c@gmail.com>2023-06-03 14:55:37 -0300
committerPaul E. McKenney <paulmck@kernel.org>2023-06-08 09:59:44 -0700
commit9bad825f5d1950c0ed120b4667e34ee6d4625e5c (patch)
treea191ddf9698dcf8c88a7264e9657984c7bcb08e3
parent2a1086c02c4e54492883dfb142e4f3cfb524c3c0 (diff)
downloadperfbook-9bad825f5d1950c0ed120b4667e34ee6d4625e5c.tar.gz
utilities/gitlab-ci: Remove custom build of fig2ps
Since commit 1f907f3d77dd ("Use fig2dev as fallback to fig2eps"), there is no need to install fig2ps in the container for building the pdfs. Remove those steps to simplify the building process. Suggested-by: Akira Yokosawa <akiyks@gmail.com> Signed-off-by: Leonardo Bras <leobras.c@gmail.com> Reviewed-by: Akira Yokosawa <akiyks@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rw-r--r--utilities/gitlab-ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/utilities/gitlab-ci.yml b/utilities/gitlab-ci.yml
index 6c3ec1e6..544b9373 100644
--- a/utilities/gitlab-ci.yml
+++ b/utilities/gitlab-ci.yml
@@ -21,9 +21,6 @@ generate_pdfs:
before_script:
- pacman --noconfirm -Sy texlive-meta fig2dev ghostscript graphviz inkscape 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
- - wget https://sourceforge.net/projects/fig2ps/files/latest/download -O /dev/shm/fig2ps.tbz
- - mkdir /dev/shm/build && tar -xjf /dev/shm/fig2ps.tbz -C /dev/shm/build --strip-components=1
- - make install -C /dev/shm/build
script:
- make perfbook.pdf perfbook-1c.pdf perfbook-eb.pdf