Remove curl installation from CI images
Following a119426 in the pg-vm-images repo [0]https://github.com/anarazel/pg-vm-images/commit/a1194268391aca8665e26542af8d26646bdc520b which installed libcurl in the
CI images we can now remove the installation commands from our Cirrus tasks.
The attached is a trivial diff which restores the Cirrus task file to the state
it was in before OAuth was committed.
--
Daniel Gustafsson
[0]: https://github.com/anarazel/pg-vm-images/commit/a1194268391aca8665e26542af8d26646bdc520b
Attachments:
0001-cirrus-Remove-installation-of-libcurl.patchapplication/octet-stream; name=0001-cirrus-Remove-installation-of-libcurl.patch; x-unix-mode=0644Download+5-8
Hi,
On 2025-03-05 21:27:45 +0100, Daniel Gustafsson wrote:
Following a119426 in the pg-vm-images repo [0] which installed libcurl in the
CI images we can now remove the installation commands from our Cirrus tasks.The attached is a trivial diff which restores the Cirrus task file to the state
it was in before OAuth was committed.
Thanks. LGTM.
Greetings,
Andres Freund
On 5 Mar 2025, at 21:33, Andres Freund <andres@anarazel.de> wrote:
Hi,
On 2025-03-05 21:27:45 +0100, Daniel Gustafsson wrote:
Following a119426 in the pg-vm-images repo [0] which installed libcurl in the
CI images we can now remove the installation commands from our Cirrus tasks.The attached is a trivial diff which restores the Cirrus task file to the state
it was in before OAuth was committed.Thanks. LGTM.
Thanks for review, pushed.
--
Daniel Gustafsson