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