pgsql: ci: Remove installation of libcurl

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ci: Remove installation of libcurl
Date: 2025-03-05 21:13:32
Message-ID: E1tpw3Y-000yRs-05@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ci: Remove installation of libcurl

The CI images come with libcurl pre-installed since commit a119426
in the pg-vm-images repository so remove the installation commands
from the Cirrus tasks. Installation of libcurl packages was added
in the OAuth patchset which introduced the dependency, a backpatch
is thus not applicable.

Author: Daniel Gustafsson <daniel(at)yesql(dot)se>
Reviewed-by: Andres Freund <andres(at)anarazel(dot)de>
Discussion: https://postgr.es/m/8745B9D8-D897-4302-BD4C-FC18F291ECB7@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/153836b99acb5c432b9e2326dbd75ac239f3c320

Modified Files
--------------
.cirrus.tasks.yml | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2025-03-05 21:54:13 pgsql: Remove unused ShutdownLatchSupport() function
Previous Message Andres Freund 2025-03-05 18:34:12 pgsql: ci: freebsd: Specify debug_parallel_query=regress