git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] ci: update FreeBSD image to 13.4
@ 2024-09-20 20:14 Carlo Marcelo Arenas Belón
  2024-09-20 21:40 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Carlo Marcelo Arenas Belón @ 2024-09-20 20:14 UTC (permalink / raw)
  To: git; +Cc: sunshine, Carlo Marcelo Arenas Belón

FreeBSD 13.4 was recently released, and that means the version
of the image used by this job (13.2) will be out of support soon.

Update it before the job starts failing because packages are no
longer compatible or the image gets retired by the provider since
it is now EOL.

Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 77346a4929..1fbdc2652b 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -9,7 +9,7 @@ freebsd_task:
     DEFAULT_TEST_TARGET: prove
     DEVELOPER: 1
   freebsd_instance:
-    image_family: freebsd-13-2
+    image_family: freebsd-13-4
     memory: 2G
   install_script:
     pkg install -y gettext gmake perl5
-- 
2.39.5 (Apple Git-154)


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] ci: update FreeBSD image to 13.4
  2024-09-20 20:14 [PATCH v2] ci: update FreeBSD image to 13.4 Carlo Marcelo Arenas Belón
@ 2024-09-20 21:40 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2024-09-20 21:40 UTC (permalink / raw)
  To: Carlo Marcelo Arenas Belón; +Cc: git, sunshine

Carlo Marcelo Arenas Belón <carenas@gmail.com> writes:

> FreeBSD 13.4 was recently released, and that means the version
> of the image used by this job (13.2) will be out of support soon.
>
> Update it before the job starts failing because packages are no
> longer compatible or the image gets retired by the provider since
> it is now EOL.
>
> Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
> ---
>  .cirrus.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks!

> diff --git a/.cirrus.yml b/.cirrus.yml
> index 77346a4929..1fbdc2652b 100644
> --- a/.cirrus.yml
> +++ b/.cirrus.yml
> @@ -9,7 +9,7 @@ freebsd_task:
>      DEFAULT_TEST_TARGET: prove
>      DEVELOPER: 1
>    freebsd_instance:
> -    image_family: freebsd-13-2
> +    image_family: freebsd-13-4
>      memory: 2G
>    install_script:
>      pkg install -y gettext gmake perl5

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-09-20 21:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-20 20:14 [PATCH v2] ci: update FreeBSD image to 13.4 Carlo Marcelo Arenas Belón
2024-09-20 21:40 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).