From 64aefb5f4e02a994d05a4afec683a52deec60191 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 4 Aug 2022 01:00:08 +0200 Subject: [PATCH] Install locales used by the tests under Fedora Otherwise the tests are skipped, which is not fatal, but it's still better to run them. --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e925f60fc1..379a8f39e6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,9 @@ jobs: wxPROC_COUNT=2 echo wxBUILD_ARGS=-j$wxPROC_COUNT >> $BASH_ENV - WX_EXTRA_PACKAGES=ccache ./build/tools/before_install.sh + # Get langpacks to run the tests using the corresponding locales. + export WX_EXTRA_PACKAGES='ccache langpacks-core-de langpacks-core-en langpacks-core-fr langpacks-core-sv' + ./build/tools/before_install.sh echo "PATH=/usr/lib64/ccache:$PATH" >> $BASH_ENV