pgsql: ci: macos: Choose python version

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: ci: macos: Choose python version
Дата
Msg-id E1rotvS-005edL-D5@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Add EvalPlanQual delete returning isolation test
Следующее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Add comments on some MinimalTupleSlots methods usage