]> xenbits.xensource.com Git - people/aperard/xen-unstable.git/commitdiff
CI: Resync FreeBSD config with staging
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 17 Feb 2023 11:16:32 +0000 (11:16 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 22 Aug 2023 13:36:53 +0000 (14:36 +0100)
CI: Update FreeBSD to 13.1

Also print the compiler version before starting.  It's not easy to find
otherwise, and does change from time to time.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Anthony PERARD <anthony.perard@citrix.com>
(cherry picked from commit 5e7667ea2dd33e0e5e0f3a96db37fdb4ecd98fba)

CI: Update FreeBSD to 13.2

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
(cherry picked from commit f872a624cbf92de9944483eea7674ef80ced1380)

CI: Update FreeBSD to 12.4

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
(cherry picked from commit a73560896ce3c513460f26bd1c205060d6ec4f8a)

.cirrus.yml

index c38333e7363358c7b2dc575ff08235ec454f3f20..7e0beb200d7b4b2f9ccd88e265cfe303734827cf 100644 (file)
@@ -10,19 +10,20 @@ freebsd_template: &FREEBSD_TEMPLATE
                                  libxml2 glib git
 
   build_script:
+    - cc --version
     - ./configure --with-system-seabios=/usr/local/share/seabios/bios.bin
     - gmake -j`sysctl -n hw.ncpu` clang=y
 
 task:
   name: 'FreeBSD 12'
   freebsd_instance:
-    image_family: freebsd-12-3
+    image_family: freebsd-12-4
   << : *FREEBSD_TEMPLATE
 
 task:
   name: 'FreeBSD 13'
   freebsd_instance:
-    image_family: freebsd-13-0
+    image_family: freebsd-13-2
   << : *FREEBSD_TEMPLATE
 
 task: