Re: CI, macports, darwin version problems
Thomas Munro <thomas.munro@gmail.com>
From: Thomas Munro <thomas.munro@gmail.com>
To: Andres Freund <andres@anarazel.de>
Cc: Tom Lane <tgl@sss.pgh.pa.us>,
pgsql-hackers <pgsql-hackers@postgresql.org>, Christophe Pettus <christophe.pettus@pgexperts.com>,
Joe Conway <mail@joeconway.com>
Date: 2024-07-16T03:19:06Z
Lists: pgsql-hackers
Attachments
- v4-0001-ci-Upgrade-macOS-version-from-13-to-14.patch (text/x-patch) patch v4-0001
On Tue, Jul 16, 2024 at 10:48 AM Andres Freund <andres@anarazel.de> wrote: > WRT your patches: > - I think we ought to switch to the -runner image, otherwise we'll just > continue to get that "upgraded" warning Right, let's try it. > - With a fingerprint_script specified, we need to add > reupload_on_changes: true > otherwise it'll not be updated. Ahh, I see. > - I think the fingerprint_script should use sw_vers, just as the script > does. I see no reason to differ? Yeah might as well. I started with Darwin versions because that is what MacPorts complains about, but they move in lockstep. > - We could just sw_vers -productVersion | sed 's/\..*//g' instead of the more > complicated version you used, I doubt that they're going to go away from > numerical major versions... Yep. I've attached a new version like that. Let's see which runner machine gets it and how it turns out...
Commits
-
ci: Pin MacPorts version to 2.9.3.
- 541f493dc128 15.8 landed
- daca4f1419e8 16.4 landed
- 5f03da8518ce 17.0 landed
- 64c39bd5047e 18.0 landed
-
ci: Upgrade macOS version from 13 to 14.
- 0151b4d6bdf0 15.8 landed
- 9302f6fa58ba 16.4 landed
- f8c1bb2bb90d 17.0 landed
- d01ce180d9b5 18.0 landed