ci: Remove installation of libcurl

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: 153836b99acb5c432b9e2326dbd75ac239f3c320
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2025-03-05T21:12:20Z
Releases: 18.0
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

Files

PathChange+/−
.cirrus.tasks.yml modified +5 −7

Discussion