pgsql: ci: Change macOS builds from Intel to ARM.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ci: Change macOS builds from Intel to ARM.
Date: 2022-12-31 21:46:44
Message-ID: E1pBjgh-001OhA-WE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ci: Change macOS builds from Intel to ARM.

Cirrus is about to shut down its macOS-on-Intel support, so it's time to
move our CI testing over to ARM instances. The Homebrew package manager
changed its default installation prefix for the new architecture, so a
couple of tests need tweaks to find binaries.

Back-patch to 15, where in-tree CI began.

Author: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Discussion: https://postgr.es/m/20221122225744.GF11463%40telsasoft.com

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/dc513bc6544dd7f49a1c2d3bf06c77dbc2b5c9c3

Modified Files
--------------
.cirrus.yml | 8 ++++----
src/test/kerberos/t/001_auth.pl | 9 ++++++++-
src/test/ldap/t/001_auth.pl | 8 +++++++-
3 files changed, 19 insertions(+), 6 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-01-01 18:22:48 pgsql: In plpgsql, don't preassign portal names to bound cursor variabl
Previous Message Thomas Munro 2022-12-31 21:46:32 pgsql: ci: Change macOS builds from Intel to ARM.