Thread
Commits
-
ci: Upgrade FreeBSD image
- ad40644eb858 18.0 landed
- 3f4c5e38e881 17.5 landed
- bfc1bd4a0f73 15.13 landed
- 49389240bb5e 16.9 landed
-
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
-
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