Re: ccache is required by postgresql12-devel RPM

2020-03-09 Thread Kyotaro Horiguchi
At Sat, 07 Mar 2020 13:41:58 -0500, Tom Lane wrote in > Bruce Momjian writes: > > On Thu, Jan 30, 2020 at 08:36:17PM +0900, Kyotaro Horiguchi wrote: > >> I notieced that the official PG12-devel RPM pacakge for RHEL8 mandates > >> ccache being installed on building of an extension. > >> > >> $ g

Re: ccache is required by postgresql12-devel RPM

2020-03-07 Thread Tom Lane
Bruce Momjian writes: > On Thu, Jan 30, 2020 at 08:36:17PM +0900, Kyotaro Horiguchi wrote: >> I notieced that the official PG12-devel RPM pacakge for RHEL8 mandates >> ccache being installed on building of an extension. >> >> $ grep ccache /usr/pgsql-12/lib/pgxs/src/Makefile.global >> CLANG = /u

Re: ccache is required by postgresql12-devel RPM

2020-03-07 Thread Bruce Momjian
On Thu, Jan 30, 2020 at 08:36:17PM +0900, Kyotaro Horiguchi wrote: > Hello. > > # I'm not sure -hakcers is the place for this, though.. > > I notieced that the official PG12-devel RPM pacakge for RHEL8 mandates > ccache being installed on building of an extension. > > $ grep ccache /usr/pgsql-12