diff options
Diffstat (limited to '0043-CI-Resync-.cirrus.yml-for-FreeBSD-testing.patch')
-rw-r--r-- | 0043-CI-Resync-.cirrus.yml-for-FreeBSD-testing.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/0043-CI-Resync-.cirrus.yml-for-FreeBSD-testing.patch b/0043-CI-Resync-.cirrus.yml-for-FreeBSD-testing.patch new file mode 100644 index 0000000..5512aed --- /dev/null +++ b/0043-CI-Resync-.cirrus.yml-for-FreeBSD-testing.patch @@ -0,0 +1,27 @@ +From 8623dfa12acb8036d908108740d3325d64e34cae Mon Sep 17 00:00:00 2001 +From: Andrew Cooper <andrew.cooper3@citrix.com> +Date: Mon, 11 Nov 2024 17:02:39 +0000 +Subject: [PATCH 43/56] CI: Resync .cirrus.yml for FreeBSD testing + +Includes: + commit ebb7c6b2faf2 ("cirrus-ci: update to FreeBSD 14.1 image") + +Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> +--- + .cirrus.yml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/.cirrus.yml b/.cirrus.yml +index e961877881..0ec9586e2c 100644 +--- a/.cirrus.yml ++++ b/.cirrus.yml +@@ -23,5 +23,5 @@ task: + task: + name: 'FreeBSD 14' + freebsd_instance: +- image_family: freebsd-14-0-snap ++ image_family: freebsd-14-1 + << : *FREEBSD_TEMPLATE +-- +2.47.0 + |