[education/rkward] /: Silence locale warnings
Thomas Friedrichsmeier
null at kde.org
Sun Sep 21 20:45:24 BST 2025
Git commit f2578ea750548e796e3308cfbba5d819066e6566 by Thomas Friedrichsmeier.
Committed on 21/09/2025 at 19:36.
Pushed by tfry into branch 'master'.
Silence locale warnings
M +1 -1 .gitlab-ci.yml
https://invent.kde.org/education/rkward/-/commit/f2578ea750548e796e3308cfbba5d819066e6566
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e8a251c8b..5e23cb4b3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,7 +52,7 @@ build_clazy_stable:
# rkward build deps:
- eatmydata apt-get install --yes --no-install-recommends cmake extra-cmake-modules qt6-webengine-dev libkf6notifications-dev gettext libkf6coreaddons-dev libkf6crash-dev libkf6guiaddons-dev libkf6i18n-dev libkf6iconthemes-dev libkf6breezeicons-dev libkf6texteditor-dev libkf6textwidgets-dev libkf6windowsystem-dev libkf6xmlgui-dev r-base-dev
script:
- - export LC_ALL=en_US.UTF-8
+ - export LC_ALL=C.UTF-8
- mkdir -p build && cd build
- cmake -G Ninja ..
- CLAZY_IGNORE_DIRS="3rdparty" ninja -j 5 > >(tee make.output) 2> >(tee make.error)
More information about the rkward-tracker
mailing list