Re: Cirrus CI for macOS branches 16 and 15 broken

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Cirrus CI for macOS branches 16 and 15 broken
Date: 2024-08-19 00:53:09
Message-ID: CA+hUKGKWONK=NgJzkZOga7r8mX9VFO-_-=7_RyRW10egJsQgRA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Aug 19, 2024 at 12:51 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> I'm not sure why the CI script should trigger that though. It
> does do a couple of "port" calls without "sudo", but not in places
> where the state should be only partially upgraded.

Oooh, I think I see where we missed a sudo:

if [ -n "$(port -q installed installed)" ] ; then

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2024-08-19 01:17:38 Re: Feature Request: Extending PostgreSQL's Identifier Length Limit
Previous Message Tom Lane 2024-08-19 00:51:12 Re: Cirrus CI for macOS branches 16 and 15 broken