Re: Cirrus CI for macOS branches 16 and 15 broken
Thomas Munro <thomas.munro@gmail.com>
From: Thomas Munro <thomas.munro@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Peter Eisentraut <peter@eisentraut.org>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-08-19T00:53:09Z
Lists: pgsql-hackers
On Mon, Aug 19, 2024 at 12:51 PM Tom Lane <tgl@sss.pgh.pa.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
Commits
-
ci: Upgrade MacPorts version to 2.10.1.
- 4247575c637b 15.9 landed
- 1553c84960b0 16.5 landed
- 4b6aa0cffc04 17.0 landed
- b10528e6cc67 18.0 landed