pgsql: ci: Remove installation of libcurl - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: ci: Remove installation of libcurl
Date
Msg-id E1tpw3Y-000yRs-05@gemulon.postgresql.org
Whole thread Raw
List 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@yesql.se>
Reviewed-by: Andres Freund <andres@anarazel.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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: ci: Document what makes certain tasks special
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Remove unused ShutdownLatchSupport() function