Set up a Latin 1 locale job
This commit is contained in:
parent
163cbd7cac
commit
7768d06b51
|
@ -29,6 +29,8 @@ workflows:
|
||||||
- "lint"
|
- "lint"
|
||||||
- "deprecations"
|
- "deprecations"
|
||||||
- "c-locale"
|
- "c-locale"
|
||||||
|
# Any locale other than C or UTF-8.
|
||||||
|
- "another-locale"
|
||||||
|
|
||||||
- "integration":
|
- "integration":
|
||||||
requires:
|
requires:
|
||||||
|
@ -196,6 +198,15 @@ jobs:
|
||||||
LANG: "C"
|
LANG: "C"
|
||||||
|
|
||||||
|
|
||||||
|
another-locale:
|
||||||
|
<<: *DEBIAN
|
||||||
|
|
||||||
|
environment:
|
||||||
|
<<: *UTF_8_ENVIRONMENT
|
||||||
|
# aka "Latin 1"
|
||||||
|
LANG: "en_US.ISO-8859-1"
|
||||||
|
|
||||||
|
|
||||||
deprecations:
|
deprecations:
|
||||||
<<: *DEBIAN
|
<<: *DEBIAN
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue