From: | Mikael Kjellström <mikael(dot)kjellstrom(at)mksoft(dot)nu> |
---|---|
To: | Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
Cc: | Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>, Peter Eisentraut <peter(at)eisentraut(dot)org>, mikael(dot)kjellstrom(at)gmail(dot)com, buildfarm-members(at)lists(dot)postgresql(dot)org |
Subject: | Re: please update description of grison |
Date: | 2025-03-07 09:07:21 |
Message-ID: | 457368a4-b1dc-4a61-8eeb-a6df299ef848@mksoft.nu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | buildfarm-members |
On 2025-03-07 10:02, Álvaro Herrera wrote:
> Hello
>
> On 2025-Mar-07, Mikael Kjellström wrote:
>
>> For example look at:
>>
>> morepork = OpenBSD OpenBSD 6.9 clang clang 10.0.1 x64
>>
>> It should say:
>>
>> morepork = OpenBSD 6.9 clang 10.0.1 x64
>>
>> i used update_personality.pl to change that once (several years ago) and
>> that is how it displays after sending in:
>>
>> $ update_personality.pl --os-version="OpenBSD 6.9" --compiler-version="clang
>> 10.0.1 x64"
> You have to give only the version *number*, not the operating
> system/compiler names.
>
> The fact that the compiler itself cannot be changed (say from gcc to
> clang, which you appear to be trying to do for sidewinder) appears to be
> on purpose. I suppose you should submit a new request and abandon the
> old animal name, if you wanted to make such a conversion. (I don't
> necessarily agree with this view of things, but it's how it is at
> present.)
Aha! So there is where I went wrong.
So for my grison update I should send in:
./update_personality.pl --os-version="6.9" --compiler-version="12.2.0"
is that correct?
> Thanks for keeping these animals running,
No problem.
/Mikael
From | Date | Subject | |
---|---|---|---|
Next Message | Mikael Kjellström | 2025-03-07 09:09:36 | Re: please update description of grison |
Previous Message | Álvaro Herrera | 2025-03-07 09:02:11 | Re: please update description of grison |