Re: Initdb-cs_CZ.WIN-1250 buildfarm failures
От | Andrew Dunstan |
---|---|
Тема | Re: Initdb-cs_CZ.WIN-1250 buildfarm failures |
Дата | |
Msg-id | 54A42476.6060601@dunslane.net обсуждение исходный текст |
Ответ на | Re: Initdb-cs_CZ.WIN-1250 buildfarm failures (Tomas Vondra <tv@fuzzy.cz>) |
Ответы |
Re: Initdb-cs_CZ.WIN-1250 buildfarm failures
|
Список | pgsql-hackers |
On 12/31/2014 07:49 AM, Tomas Vondra wrote: > On 28.12.2014 00:46, Noah Misch wrote: >> On Tue, Dec 23, 2014 at 03:32:59PM +0100, Tomas Vondra wrote: >>> On 23.12.2014 15:21, Andrew Dunstan wrote: >>>> No, config_opts is what's passed to configure. Try something like: >>>> >>>> if ($branch eq 'REL9_0_STABLE') >>>> { >>>> $skip_steps{'pl-install-check'} = 1; >>>> } >>> Applied to all three animals. >> As of the time of this change, the animals ceased to report in. > The strange thing is that while the first run worked fine (as > illustrated by the results submitted to pgbuildfarm.org), all the > following runs fail like this: > > Global symbol "%skip_steps" requires explicit package name at > build-farm.conf line 308. > Compilation failed in require at ./run_branches.pl line 55. > > Apparently, something is broken, but my Perl-fu is limited so I have no > idea what/why :-( > Sorry, I should have tested it. This seems to work: if ($branch eq 'REL9_0_STABLE') { $PGBuild::Options::skip_steps .= ' pl-install-check'; $main::skip_steps{'pl-install-check'}= 1; } cheers andrew
В списке pgsql-hackers по дате отправления: