Re: Include ppc64le build type for back branches

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Include ppc64le build type for back branches
Дата
Msg-id 56671239.2090408@dunslane.net
обсуждение исходный текст
Ответ на Re: Include ppc64le build type for back branches  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Include ppc64le build type for back branches  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers

On 12/08/2015 10:27 AM, Tom Lane wrote:
> Sandeep Thakkar <sandeep.thakkar@enterprisedb.com> writes:
>> So, config.guess should be changed to include the build type for ppc64le
>> like it is in 9.4+ branches.
> So far as I can tell from a quick troll of the git history, we have never
> ever updated config.guess/config.sub in released branches.  I'm a bit
> hesitant to do it in this case either: it would amount to retroactively
> adding support for a platform, which sure sounds like a new feature.
>
> My vote would be to adjust your buildfarm critter to only try to build
> 9.4 and up.
>
>             



Or put what he said works in his critter's build-farm.conf in the 
config_opts section, something like:

    --build=powerpc64le-unknown-linux-gnu


cheers

andrew



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Combining Aggregates
Следующее
От: Tom Lane
Дата:
Сообщение: Weird portability issue in TestLib.pm's slurp_file