git: 046f91f21ac6 - stable/12 - Cirrus-CI: use FreeBSD 12.2 image

Ed Maste emaste at FreeBSD.org
Mon Feb 15 23:50:39 UTC 2021


The branch stable/12 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=046f91f21ac619f7307a8e853f863ded4df7f322

commit 046f91f21ac619f7307a8e853f863ded4df7f322
Author:     Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2021-02-15 22:04:42 +0000
Commit:     Ed Maste <emaste at FreeBSD.org>
CommitDate: 2021-02-15 23:49:51 +0000

    Cirrus-CI: use FreeBSD 12.2 image
    
    Direct commit to stable/12 as main has other changes here, using the
    llvm package to avoid building the toolchain.
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 1425b21d1eed..ec87c371aca2 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 freebsd_instance:
-  image: freebsd-12-1-release-amd64
+  image: freebsd-12-2-release-amd64
   cpu: 8
   memory: 24G
 


More information about the dev-commits-src-all mailing list