mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-08 13:50:07 +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:
|
variables:
|
||||||
CPPFLAGS: -I/usr/local/include
|
CPPFLAGS: -I/usr/local/include
|
||||||
LDFLAGS: -L/usr/local/lib -Wl,--disable-new-dtags
|
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:
|
before_script:
|
||||||
- bash .gitlab-ci/show-execution-environment.sh
|
- bash .gitlab-ci/show-execution-environment.sh
|
||||||
script:
|
script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user