[all-commits] [llvm/llvm-project] 11c14b: [libc++][ci] Installs Japanese locale in Docker.
mordante via All-commits
all-commits at lists.llvm.org
Thu Mar 31 08:41:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 11c14bca58e64477228d114de00a7eff473d2fd4
https://github.com/llvm/llvm-project/commit/11c14bca58e64477228d114de00a7eff473d2fd4
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M libcxx/utils/ci/Dockerfile
Log Message:
-----------
[libc++][ci] Installs Japanese locale in Docker.
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.
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D122736
More information about the All-commits
mailing list