Re: Dockerfile for testing with Perl 5.8.8

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: Dockerfile for testing with Perl 5.8.8
Дата
Msg-id CAMsr+YFmQ_zpjJK9M2+45pnU74axTK-J+FcP6HTR9gOQ+smgOw@mail.gmail.com
обсуждение исходный текст
Ответ на Dockerfile for testing with Perl 5.8.8  (Craig Ringer <craig@2ndquadrant.com>)
Ответы Re: Dockerfile for testing with Perl 5.8.8  (Craig Ringer <craig@2ndquadrant.com>)
Список pgsql-hackers
On 3 March 2016 at 11:06, Craig Ringer <craig@2ndquadrant.com> wrote:
Hi all

I've prepared a Dockerfile that produces a canned Perl 5.8.8 environment based on CentOS 5 on any host with Docker. It has ccache installed and enabled, git installed, IPC::Run installed, all the mess required to make CPAN work sensibly done, etc.


That one didn't include a new enough flex or bison, so it couldn't rebuild a fully clean tree that hadn't been built on the host first.

Fixed in the attached along with some other cleanups.

I'm not proposing to commit this of course, though I'll probably stash it on github and link to it in the wiki.  I just think it'll be a useful tool for those of us doing TAP framework stuff - and anyone writing tests, since those too will have to work with $ancientperl. (Yes, I stand by "ancient" - CentOS 5, Debian Etch? Ancient.)

--
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services
Вложения

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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: Re: PATCH: Split stats file per database WAS: autovacuum stress-testing our system
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Issue with NULLS LAST, with postgres_fdw sort pushdown