The branch stable/13 has been updated by emaste:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=87c0db9d0174fb1906a58d2f3bd5aff6dad528de

commit 87c0db9d0174fb1906a58d2f3bd5aff6dad528de
Author:     Ed Maste <ema...@freebsd.org>
AuthorDate: 2021-04-19 18:36:21 +0000
Commit:     Ed Maste <ema...@freebsd.org>
CommitDate: 2021-04-23 16:05:34 +0000

    Cirrus-CI: use FreeBSD 13.0 image for base system CI build
    
    We generally want to build and test on the highest release version, and
    FreeBSD 13.0 also brings some performance benefits.
    
    Reviewed by:    lwhsu
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D29842
    
    (cherry picked from commit 407abff2b91847e23711625ad7c69c17e99b3d1d)
---
 .cirrus.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 323567685b68..ff144699675e 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -1,9 +1,9 @@
 # $FreeBSD$
 
 freebsd_instance:
-  # image: freebsd-12-1-stable-amd64
-  # We need a newer image to install llvm11
-  image_family: freebsd-12-1-snap
+  # Image list available via
+  # gcloud compute images list --project freebsd-org-cloud-dev 
--no-standard-images
+  image: freebsd-13-0-release-amd64
   cpu: 8
   memory: 24G
 
_______________________________________________
dev-commits-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"

Reply via email to