This is an archive of the discontinued LLVM Phabricator instance.

[libc++][ci] Installs Japanese locale in Docker.
ClosedPublic

Authored by Mordante on Mar 30 2022, 8:31 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG11c14bca58e6: [libc++][ci] Installs Japanese locale in Docker.
Summary

The alternative outputs of std::put_time and std::strftime are the
easiest to test with the Japanese locale. This is a preparation for the
tests of the chrono formatters.

Note since it takes a while before the Docker file changes propagate to
the build nodes the verification of the locale is done in a separate
patch.

Diff Detail

Event Timeline

Mordante created this revision.Mar 30 2022, 8:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 30 2022, 8:31 AM
Herald added a subscriber: arichardson. · View Herald Transcript
Mordante requested review of this revision.Mar 30 2022, 8:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 30 2022, 8:31 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Mar 30 2022, 3:15 PM
This revision is now accepted and ready to land.Mar 30 2022, 3:15 PM
This revision was automatically updated to reflect the committed changes.