[libcxx-commits] [libcxx] 756db30 - [libc++] Install locales in the build bot Docker images
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 10 06:37:26 PDT 2020
Author: Louis Dionne
Date: 2020-06-10T09:37:14-04:00
New Revision: 756db3084bc188fe6c9ed90992880a95a049c63f
URL: https://github.com/llvm/llvm-project/commit/756db3084bc188fe6c9ed90992880a95a049c63f
DIFF: https://github.com/llvm/llvm-project/commit/756db3084bc188fe6c9ed90992880a95a049c63f.diff
LOG: [libc++] Install locales in the build bot Docker images
This allows running the locale tests on the build bots.
Added:
Modified:
libcxx/utils/docker/debian9/buildbot/install-packages.sh
Removed:
################################################################################
diff --git a/libcxx/utils/docker/debian9/buildbot/install-packages.sh b/libcxx/utils/docker/debian9/buildbot/install-packages.sh
index 1f18c428004c..82d146316442 100755
--- a/libcxx/utils/docker/debian9/buildbot/install-packages.sh
+++ b/libcxx/utils/docker/debian9/buildbot/install-packages.sh
@@ -19,6 +19,7 @@ apt-get update && \
g++-multilib \
libc6-dev \
libtool \
+ locales-all \
binutils-dev \
binutils-gold \
software-properties-common \
More information about the libcxx-commits
mailing list