mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-03 03:10:06 +02:00
ci: Use C.UTF-8 locale on FreeBSD 12
This commit is contained in:
parent
80ea11e9a8
commit
8b3506bc81
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user