Re: compression libraries and CF bot

2021-03-11 Thread Thomas Munro
On Sun, Feb 21, 2021 at 4:30 AM Justin Pryzby wrote: > Dilip's TOAST patch is passing on linux and bsd --with-lz4, so I think it's > desirable to install on mac now. Justin figured this out, so now this patch is using lz4 and passing on Linux, FreeBSD and macOS. > libzstd would be desirable for

Re: compression libraries and CF bot

2021-02-20 Thread Justin Pryzby
On Wed, Jan 20, 2021 at 10:29:05AM +1300, Thomas Munro wrote: > I have added lz4 to the FreeBSD and Ubuntu build tasks, so we'll see > if that helps at the next periodic build or when a new patch is > posted. It's failing on Windows because there is no HAVE_LIBLZ4 in > Solution.pm, and I don't kno

Re: compression libraries and CF bot

2021-01-19 Thread Tom Lane
Thomas Munro writes: > On Wed, Jan 20, 2021 at 9:56 AM Justin Pryzby wrote: >> Also, what's the process for having new libraries installed in the CI >> environment ? > I have added lz4 to the FreeBSD and Ubuntu build tasks, so we'll see > if that helps at the next periodic build or when a new pa

Re: compression libraries and CF bot

2021-01-19 Thread Thomas Munro
On Wed, Jan 20, 2021 at 9:56 AM Justin Pryzby wrote: > Do you know if the old travis build environment had liblz4 installed ? It sounds like it. > I'm asking regarding Dilip's patch, which was getting to "check world" 2 weeks > ago but now failing to even compile, not apparently due to any chang