diff mbox series

cirrus: Update FreeBSD to 13.1

Message ID 20230217113647.776733-1-andrew.cooper3@citrix.com (mailing list archive)
State New, archived
Headers show
Series cirrus: Update FreeBSD to 13.1 | expand

Commit Message

Andrew Cooper Feb. 17, 2023, 11:36 a.m. UTC
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(-)

Comments

Anthony PERARD Feb. 17, 2023, 11:56 a.m. UTC | #1
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,
diff mbox series

Patch

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: