summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw@src.gnome.org>2021-09-03 00:51:14 +0800
committerTing-Wei Lan <lantw@src.gnome.org>2021-09-03 01:29:57 +0800
commit8b3506bc813047c5bcc449ce8b76ca07e2d40a29 (patch)
tree15fe61d5516b5b50c6a33b823da489b7f16cb121
parent80ea11e9a88d788526d0199e677d0b4db1663bcb (diff)
downloadglib-wip/lantw/ci-Use-C.UTF-8-locale-on-FreeBSD-12.tar.gz
ci: Use C.UTF-8 locale on FreeBSD 12wip/lantw/ci-Use-C.UTF-8-locale-on-FreeBSD-12
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 73fbc1ba6..88a8548b6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -391,7 +391,8 @@ freebsd-12-x86_64:
variables:
CPPFLAGS: -I/usr/local/include
LDFLAGS: -L/usr/local/lib -Wl,--disable-new-dtags
- LANG: en_US.UTF-8
+ # FreeBSD supports C.UTF-8 locale since 12.1.
+ LANG: C.UTF-8
before_script:
- bash .gitlab-ci/show-execution-environment.sh
script: