Thread

Commits

  1. ci: Upgrade FreeBSD image

  1. Upgrade FreeBSD CI images to 14.2

    Nazir Bilal Yavuz <byavuz81@gmail.com> — 2025-03-05T14:57:17Z

    Hi,
    
    FreeBSD CI 14.2 image is available now [1], also the version suffix is
    removed from the image family name [2].
    
    The patches to use these images in the Postgres CI are attached.
    Unfortunately, patches do not apply cleanly to any other version. So,
    there are 4 patches for REL_[15 | 16 | 17] and upstream.
    
    Any kind of feedback would be appreciated.
    
    [1] https://github.com/anarazel/pg-vm-images/commit/3f2d728299808e76ce23b9b12ccfec944c86e318
    [2] https://github.com/anarazel/pg-vm-images/commit/f1ea53c94ab864feb7c23d609bf85f0a1d568c9d
    
    -- 
    Regards,
    Nazir Bilal Yavuz
    Microsoft
    
  2. Re: Upgrade FreeBSD CI images to 14.2

    Andres Freund <andres@anarazel.de> — 2025-03-05T15:44:25Z

    Hi,
    
    On 2025-03-05 17:57:17 +0300, Nazir Bilal Yavuz wrote:
    > FreeBSD CI 14.2 image is available now [1], also the version suffix is
    > removed from the image family name [2].
    > 
    > The patches to use these images in the Postgres CI are attached.
    > Unfortunately, patches do not apply cleanly to any other version. So,
    > there are 4 patches for REL_[15 | 16 | 17] and upstream.
    > 
    > Any kind of feedback would be appreciated.
    
    Thanks for the patches - I ran a CI cycle for them and now pushed them!
    
    I think now we can get rid of the curl installations, it should be installed
    in the images where we're installing it in each run.
    
    Greetings,
    
    Andres Freund