|
From: <fli...@li...> - 2026-05-14 15:56:26
|
unknown user pushed a commit to branch next
in repository simgear.
The following commit(s) were added to refs/heads/next by this push:
new 4f44cdd4 CI: use the C.UTF-8 locale
4f44cdd4 is described below
SF URL: http://sourceforge.net/p/flightgear/simgear/ci/4f44cdd461cd3a6f1c8956e4f1f764054b0ee4d0/
Commit: 4f44cdd461cd3a6f1c8956e4f1f764054b0ee4d0
Author: Florent Rougon
Committer: Florent Rougon
AuthorDate: Thu May 14 14:40:03 2026 +0200
CI: use the C.UTF-8 locale
This is for consistency with FlightGear (cf. [1]).
[1] https://gitlab.com/flightgear/flightgear/-/merge_requests/511
---
.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 57f90e45..1d35723f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,6 +10,7 @@ spec:
---
variables:
+ LC_CTYPE: C.UTF-8
BUILD_DIR: "$CI_PROJECT_DIR/build"
PREFIX_DIR: "$CI_PROJECT_DIR/simgear-dist"
# create a root dir *above* the Simgear checkout, otherwise CMake
|