Re: Initdb-cs_CZ.WIN-1250 buildfarm failures - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Initdb-cs_CZ.WIN-1250 buildfarm failures
Date
Msg-id 54A42476.6060601@dunslane.net
Whole thread Raw
In response to Re: Initdb-cs_CZ.WIN-1250 buildfarm failures  (Tomas Vondra <tv@fuzzy.cz>)
Responses Re: Initdb-cs_CZ.WIN-1250 buildfarm failures  (Tomas Vondra <tv@fuzzy.cz>)
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Failure on markhor with CLOBBER_CACHE_ALWAYS for test brin
Next
From: Robert Haas
Date:
Subject: Re: Using 128-bit integers for sum, avg and statistics aggregates