[libcxx-commits] [PATCH] D122736: [libc++][ci] Installs Japanese locale in Docker.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 31 08:41:14 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG11c14bca58e6: [libc++][ci] Installs Japanese locale in Docker. (authored by Mordante).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122736/new/

https://reviews.llvm.org/D122736

Files:
  libcxx/utils/ci/Dockerfile


Index: libcxx/utils/ci/Dockerfile
===================================================================
--- libcxx/utils/ci/Dockerfile
+++ libcxx/utils/ci/Dockerfile
@@ -46,7 +46,8 @@
 
 # Locales for gdb and localization tests
 RUN apt-get update && apt-get install -y language-pack-en language-pack-fr \
-                                         language-pack-ru language-pack-zh-hans
+                                         language-pack-ja language-pack-ru \
+                                         language-pack-zh-hans
 # These two are not enabled by default so generate them
 RUN printf "fr_CA ISO-8859-1\ncs_CZ ISO-8859-2" >> /etc/locale.gen
 RUN mkdir /usr/local/share/i1en/


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122736.419483.patch
Type: text/x-patch
Size: 686 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220331/b908c4c2/attachment.bin>


More information about the libcxx-commits mailing list