Show more information about the system in Cirrus CI builds
Notably show the available locales.
This commit is contained in:
parent
7bbee79ca9
commit
64d26dfff8
1 changed files with 7 additions and 0 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue