pgsql: ci: Change macOS builds from Intel to ARM. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: ci: Change macOS builds from Intel to ARM.
Date
Msg-id E1pBjgV-001OgY-M1@gemulon.postgresql.org
Whole thread Raw
List 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@telsasoft.com>
Discussion: https://postgr.es/m/20221122225744.GF11463%40telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/14d63dd2523c5292c4fcab4f45a7f534859c4518

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(-)


pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Sample postgres_fdw tables remotely during ANALYZE
Next
From: Thomas Munro
Date:
Subject: pgsql: ci: Change macOS builds from Intel to ARM.