Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 May 2025 23:10:28 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 3740606f2641 - main - .cirrus.yml: Switch image to 14
Message-ID:  <202505012310.541NASUo039589@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/src/commit/?id=3740606f2641e2784eca9fe75428b7de46596d3e

commit 3740606f2641e2784eca9fe75428b7de46596d3e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-05-01 22:56:46 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-05-01 22:56:46 +0000

    .cirrus.yml: Switch image to 14
    
    The current default image is set to 13.4 which is going to reach EOL
    soon so switch the default CI image to 14.
    
    Will be merged into stable/14 only. This has no operational effect on
    the build itself.
    
    Approved by:    emaste
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D50110
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index bab6c600ba9b..472fab9423a8 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -4,7 +4,7 @@ compute_engine_instance:
   # gcloud compute images list --project freebsd-org-cloud-dev --no-standard-images
   platform: freebsd
   image_project: freebsd-org-cloud-dev
-  image: freebsd-13-4-release-amd64
+  image: freebsd-14-2-release-amd64-ufs
   cpu: 8
   memory: 8G
   disk: 40



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505012310.541NASUo039589>