[libcxx-commits] [PATCH] D111235: [libcxx][CI] Install all locales used by the test suite
    Louis Dionne via Phabricator via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Wed Oct  6 08:28:32 PDT 2021
    
    
  
ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libcxx/utils/ci/Dockerfile:47
 RUN apt-get update && apt-get install -y libc6-dev-i386 # Required to cross-compile to 32 bits
+# Locales for gdb and localization tests
+RUN apt-get update && apt-get install -y language-pack-en language-pack-fr \
----------------
Please insert a newline between 47 and 46.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111235/new/
https://reviews.llvm.org/D111235
    
    
More information about the libcxx-commits
mailing list