summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2019-12-11 15:06:59 +0100
committerSam Thursfield <sam@afuera.me.uk>2019-12-11 15:09:07 +0100
commit6928ef88be11093b1c19510b794f1069400ea5eb (patch)
tree4ca2e224d5bacbad6227e4b1418b8abee980febd
parent3f69aca10808630bd6f17818b09dd8f272bd3b62 (diff)
downloadtracker-6928ef88be11093b1c19510b794f1069400ea5eb.tar.gz
ci: Fix tests with Fedora 31 container image
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0616811d8..652b8ec1e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,7 +30,7 @@ test-fedora-latest:
# We limit `meson test` to 4 parallel test processes. The default is to
# have one test process per CPU, but our tests are mostly IO bound
# and we get timeouts and failures if we try to run 32 of them at once.
- su tracker -c 'cd build; meson test --num-processes=4 --print-errorlogs ${MESON_TEST_EXTRA_ARGS}'
+ su tracker -c 'cd build; env LANG=C.UTF8 LC_ALL=C.UTF8 meson test --num-processes=4 --print-errorlogs ${MESON_TEST_EXTRA_ARGS}'
after_script:
- |