Re: ci: Build standalone INSTALL file - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: ci: Build standalone INSTALL file
Date
Msg-id 39CDB9EB-31A7-4994-9869-D882D65528BA@yesql.se
Whole thread Raw
In response to Re: ci: Build standalone INSTALL file  (Andres Freund <andres@anarazel.de>)
Responses Re: ci: Build standalone INSTALL file
Re: ci: Build standalone INSTALL file
List pgsql-hackers
> On 20 Dec 2023, at 15:15, Andres Freund <andres@anarazel.de> wrote:

> The attached patch had a slight bug. Also turned out that the CI environment
> didn't have pandoc installed. Fixed that.

LGTM.

+      time make -s -j${BUILD_JOBS} -C doc/src/sgml all INSTALL
unrelated pet peeve: "make -C doc/src/sgml all" doesn't build all docs targets..

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: ci: Build standalone INSTALL file
Next
From: Daniel Gustafsson
Date:
Subject: Unchecked strdup leading to segfault in pg_dump