Show more information about the system in Cirrus CI builds

Notably show the available locales.
This commit is contained in:
Vadim Zeitlin 2022-12-31 19:31:15 +01:00
parent 7bbee79ca9
commit 64d26dfff8

View file

@ -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: |