Install RPM required for Shift-JIS support in Fedora
The tests assume Shift-JIS/CP932 support is available, but this is not the case without installing the "extra" converters on a bare Fedora system.
This commit is contained in:
parent
64aefb5f4e
commit
9f1bf3982d
1 changed files with 4 additions and 2 deletions
|
|
@ -24,8 +24,10 @@ jobs:
|
|||
wxPROC_COUNT=2
|
||||
echo wxBUILD_ARGS=-j$wxPROC_COUNT >> $BASH_ENV
|
||||
|
||||
# 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'
|
||||
# Get extra conversions for iconv used by the tests and langpacks
|
||||
# to run the tests using the corresponding locales that would be
|
||||
# skipped otherwise.
|
||||
export WX_EXTRA_PACKAGES='ccache glibc-gconv-extra 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue