Re: [PATCH] utilities/gitlab-ci: Remove custom build of fig2ps

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Jun 06, 2023 at 12:52:13PM +0900, Akira Yokosawa wrote:
> On Sat,  3 Jun 2023 14:55:37 -0300, Leonardo Bras wrote:
> > 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@xxxxxxxxx>
> > Signed-off-by: Leonardo Bras <leobras.c@xxxxxxxxx>
> > ---
> > 
> > Tested on Gitlab Pipeline:
> > https://gitlab.com/linux-kernel/perfbook/-/pipelines/888505608
> 
> Reviewed-by: Akira Yokosawa <akiyks@xxxxxxxxx>

Queued and pushed, thank you both!

							Thanx, Paul

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



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux