Set up a Latin 1 locale job

This commit is contained in:
Jean-Paul Calderone 2019-03-20 15:56:01 -04:00
parent 163cbd7cac
commit 7768d06b51
1 changed files with 11 additions and 0 deletions

View File

@ -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