From 64d26dfff8995a477ebebd50333d0f1025772081 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 31 Dec 2022 19:31:15 +0100 Subject: [PATCH] Show more information about the system in Cirrus CI builds Notably show the available locales. --- .cirrus.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index f03e24b1c2..4ec40bbfdc 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -48,6 +48,13 @@ task: echo "PATH=/usr/local/libexec/ccache:$PATH" >> $CIRRUS_ENV + # Show some information about the system. + uname -a + c++ --version + ccache --version + locale + locale -a + # Rather than getting all submodules, get just the ones we need, as we can # use system libraries instead of the other ones. update_submodules_script: |