From 90d9601b29e8b013a0821b63333fb9e677feec43 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Tue, 26 Jul 2022 12:43:43 -0400 Subject: ci: Make sure all locales are installed I'm seeing the test suite use C when en_IE.utf8 is requested. This suggests, perhaps, that not all langpacks are installed. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe97752..238b6de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,7 @@ variables: systemd-devel vala TEST_DEPENDENCIES: gcovr + glibc-all-langpacks python3-dbusmock python3-gobject-base valgrind -- cgit v1.2.1