Thread: Remove curl installation from CI images

Remove curl installation from CI images

From
Daniel Gustafsson
Date:
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.

--
Daniel Gustafsson

[0] https://github.com/anarazel/pg-vm-images/commit/a1194268391aca8665e26542af8d26646bdc520b


Attachment

Re: Remove curl installation from CI images

From
Andres Freund
Date:
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



Re: Remove curl installation from CI images

From
Daniel Gustafsson
Date:
> 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