mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 13:11:13 +00:00
gitlab-ci: enable gtk+:gdk tests
xvfb doesn't like C.utf8 and returns XLocaleNotSupported. While (afaik) C.utf8 and C.UTF.8 should be the same thing, and the former is returned by locale -a on Fedora, switch to C.UTF-8 to make xvfb happy. This makes gtk+:gdk tests pass.
This commit is contained in:
parent
b83ba41f2d
commit
feb7bf2fbe
@ -70,4 +70,4 @@ RUN useradd -u $HOST_USER_ID -ms /bin/bash user
|
||||
USER user
|
||||
WORKDIR /home/user
|
||||
|
||||
ENV LANG C.utf8
|
||||
ENV LANG C.UTF-8
|
||||
|
@ -19,6 +19,5 @@ xvfb-run -a -s "-screen 0 1024x768x24" \
|
||||
meson test \
|
||||
--print-errorlogs \
|
||||
--suite=gtk+ \
|
||||
--no-suite=gtk+:gdk \
|
||||
--no-suite=gtk+:gsk \
|
||||
--no-suite=gtk+:a11y
|
||||
|
Loading…
Reference in New Issue
Block a user