[PATCH] cirrus: Update FreeBSD to 13.1

Andrew Cooper posted 1 patch 1 year, 2 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20230217113647.776733-1-andrew.cooper3@citrix.com
.cirrus.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PATCH] cirrus: Update FreeBSD to 13.1
Posted by Andrew Cooper 1 year, 2 months ago
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>
---
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Anthony PERARD <anthony.perard@citrix.com>
CC: Roger Pau Monné <roger.pau@citrix.com>
CC: Michal Orzel <michal.orzel@amd.com>

Example run:

  https://cirrus-ci.com/task/6205638091472896

but that branch also contains the RFC fix for the Clang-IAS macro expansion
bug, which isn't in staging yet.
---
 .cirrus.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index c38333e73633..b133afb74057 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -10,6 +10,7 @@ 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
 
@@ -22,7 +23,7 @@ task:
 task:
   name: 'FreeBSD 13'
   freebsd_instance:
-    image_family: freebsd-13-0
+    image_family: freebsd-13-1
   << : *FREEBSD_TEMPLATE
 
 task:
-- 
2.30.2


Re: [PATCH] cirrus: Update FreeBSD to 13.1
Posted by Anthony PERARD 1 year, 2 months ago
On Fri, Feb 17, 2023 at 11:36:47AM +0000, Andrew Cooper wrote:
> 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>

Thanks,

-- 
Anthony PERARD