pgsql: ci: macos: Choose python version

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ci: macos: Choose python version
Date: 2024-03-25 23:40:22
Message-ID: E1rotvS-005edP-EA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ci: macos: Choose python version

The CI base image used to have a python3 with headers etc installed in PATH,
but doesn't anymore. Instead of relying on a specific version in the base
image, explicitly install one ourselves.

On 16 and HEAD this lead to a build without python support, but on 15 CI
failed, due to explicitly enabled python3 support.

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/897efe0f39bee8ced11871ac65cc8d28d9b8ea1e

Modified Files
--------------
.cirrus.tasks.yml | 3 +++
1 file changed, 3 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2024-03-26 00:07:12 pgsql: Improve error message for tts_(virtual|minimal)_is_current_xact_
Previous Message Alexander Korotkov 2024-03-25 23:30:47 pgsql: Add EvalPlanQual delete returning isolation test