Remove curl installation from CI images

Started by Daniel Gustafssonabout 1 year ago3 messageshackers
Jump to latest
#1Daniel Gustafsson
daniel@yesql.se

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
#2Andres Freund
andres@anarazel.de
In reply to: Daniel Gustafsson (#1)
Re: Remove curl installation from CI images

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

#3Daniel Gustafsson
daniel@yesql.se
In reply to: Andres Freund (#2)
Re: Remove curl installation from CI images

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