public inbox for perfbook@vger.kernel.org
 help / color / mirror / Atom feed
From: Leonardo Bras <leobras.c@gmail.com>
To: "Paul E . McKenney" <paulmck@kernel.org>, perfbook@vger.kernel.org
Cc: Leonardo Bras <leobras.c@gmail.com>, Akira Yokosawa <akiyks@gmail.com>
Subject: [PATCH] utilities/gitlab-ci: Remove custom build of fig2ps
Date: Sat,  3 Jun 2023 14:55:37 -0300	[thread overview]
Message-ID: <20230603175548.12944-1-leobras.c@gmail.com> (raw)

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>
---

Tested on Gitlab Pipeline:
https://gitlab.com/linux-kernel/perfbook/-/pipelines/888505608

 utilities/gitlab-ci.yml | 3 ---
 1 file changed, 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
-- 
2.41.0


             reply	other threads:[~2023-06-03 17:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-03 17:55 Leonardo Bras [this message]
2023-06-06  3:52 ` [PATCH] utilities/gitlab-ci: Remove custom build of fig2ps Akira Yokosawa
2023-06-08 18:21   ` Paul E. McKenney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230603175548.12944-1-leobras.c@gmail.com \
    --to=leobras.c@gmail.com \
    --cc=akiyks@gmail.com \
    --cc=paulmck@kernel.org \
    --cc=perfbook@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox