Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cQG9N-0004Bg-8R for buildfarm-members@arkaria.postgresql.org; Sun, 08 Jan 2017 16:16:53 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1cQG9M-0005SD-34 for buildfarm-members@arkaria.postgresql.org; Sun, 08 Jan 2017 16:16:52 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1cQG9K-0005Rz-HS for buildfarm-members@postgresql.org; Sun, 08 Jan 2017 16:16:50 +0000 Received: from relay2-d.mail.gandi.net ([2001:4b98:c:538::194]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1cQG9C-0008B8-Tm for buildfarm-members@postgresql.org; Sun, 08 Jan 2017 16:16:48 +0000 Received: from mfilter1-d.gandi.net (mfilter1-d.gandi.net [217.70.178.130]) by relay2-d.mail.gandi.net (Postfix) with ESMTP id B84BDC5A43; Sun, 8 Jan 2017 17:16:39 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mfilter1-d.gandi.net Received: from relay2-d.mail.gandi.net ([IPv6:::ffff:217.70.183.194]) by mfilter1-d.gandi.net (mfilter1-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id fo4eo5RHFhIf; Sun, 8 Jan 2017 17:16:38 +0100 (CET) X-Originating-IP: 98.122.164.227 Received: from [192.168.10.146] (unknown [98.122.164.227]) (Authenticated sender: adsend@dunslane.net) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id A4431C5A46; Sun, 8 Jan 2017 17:16:35 +0100 (CET) Subject: Re: Moving to HTTPS To: Tom Lane , David Fetter References: <89d566b4-58fb-c1e9-97ef-46d4d915b86c@dunslane.net> <20170107215523.GA294152@tornado.leadboat.com> <96080bc2-086f-c47f-6cee-b7f00a9bcd38@2ndQuadrant.com> <3104.1483834327@sss.pgh.pa.us> <20170108060140.GA27033@fetter.org> <14802.1483889673@sss.pgh.pa.us> Cc: buildfarm-members@postgresql.org From: Andrew Dunstan Message-ID: Date: Sun, 8 Jan 2017 11:16:34 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <14802.1483889673@sss.pgh.pa.us> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: buildfarm-members Precedence: bulk Sender: buildfarm-members-owner@postgresql.org On 01/08/2017 10:34 AM, Tom Lane wrote: > David Fetter writes: >> On Sat, Jan 07, 2017 at 07:12:07PM -0500, Tom Lane wrote: >>> I could embark on a massive update binge, but that would sort of defeat >>> the purpose of testing against old Perl versions. Thoughts? >> You could use install a more modern Perl version just for the >> buildfarm client while keeping the system perl marooned however far in >> the past we promise to support. Don't know just how painful that is >> on those machines... > Yeah, I was thinking about the same: build a modern perl somewhere off to > the side (not in the normal PATH) and run the buildfarm script using that > while the build per se continues to use the system Perl. The pain here > is going to mostly come from the buildfarm script itself, I'm afraid. > One thing I noticed right away is it's got /usr/bin/perl hardwired into > all its shebang lines. Don't know what other gotchas there are. > > That's more or less how the Msys stuff works. The buildfarm scripts run using the Msys DTK client (so we get the virtual paths right) but builds against AS perl. And in fact there is provision for running the web transaction using a different perl. Right now it's only used in very limited circumstances (older Msys where LWP isn't supported at all in the DTK perl) but we could expand it. For example, we could run it any time aux_path is actually set. See the code starting around line 2097 of run_build.pl. There's no great urgency about this. And I want to do it with minimal disturbance, so let's get it right. cheers andrew -- Sent via buildfarm-members mailing list (buildfarm-members@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/buildfarm-members