summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2022-01-03 15:44:36 -0500
committerLouis Dionne <ldionne.2@gmail.com>2022-01-03 16:10:59 -0500
commit4aba7e901e60d168bdb32ab37e9f281f551d47d3 (patch)
tree0076c5ed96633cba7e0a05bb3b74034e9c06b4fb
parent4f7f7284c2948e4375567c9f4b04ea8383674310 (diff)
downloadllvm-4aba7e901e60d168bdb32ab37e9f281f551d47d3.tar.gz
[libc++][CI] Don't install libc6-dev-i386 in the Docker image
We don't cross-compile to 32 bits in the CI anymore.
-rw-r--r--libcxx/utils/ci/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/utils/ci/Dockerfile b/libcxx/utils/ci/Dockerfile
index 1aeeeb73d78b..034fe7b87a0b 100644
--- a/libcxx/utils/ci/Dockerfile
+++ b/libcxx/utils/ci/Dockerfile
@@ -43,7 +43,6 @@ RUN apt-get update && apt-get install -y bash curl
# Install various tools used by the build or the test suite
RUN apt-get update && apt-get install -y ninja-build python3 python3-sphinx python3-distutils git gdb
-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 \