Re: No buildfarm animals are running both typedefs and --with-llvm

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: No buildfarm animals are running both typedefs and --with-llvm
Date: 2023-05-18 12:20:13
Message-ID: 483f5f99-ad37-3a22-3497-41a6364ea357@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 2023-05-17 We 18:14, Tom Lane wrote:
> I did a preliminary test run of pgindent today, and was dismayed
> to see a bunch of misformatting in backend/jit/llvm/, which
> evidently is because the typedefs list available from the
> buildfarm no longer includes any LLVM typedefs. We apparently
> used to have at least one buildfarm animal that was configured
> --with-llvm and ran the "typedefs" task, but there aren't any
> today.
>
> I can manually prevent those typedefs from getting deleted from
> typedefs.list, but it'd be better if the normal process was
> taking care of this -- the more so because we're hoping to automate
> that process some more.
>
>

Do you remember which animals that used to be? A lot of animals are not
building with LLVM. Maybe we should encourage it more, e.g. by adding
--with-llvm to the default config set in the sample file.

cheers

andrew

--
Andrew Dunstan
EDB:https://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2023-05-18 12:24:30 Re: Should CSV parsing be stricter about mid-field quotes?
Previous Message Matthias van de Meent 2023-05-18 12:05:54 Re: RFI: Extending the TOAST Pointer