[libc++][CI] Don't install libc6-dev-i386 in the Docker image

We don't cross-compile to 32 bits in the CI anymore.
This commit is contained in:
Louis Dionne 2022-01-03 15:44:36 -05:00
parent 4f7f7284c2
commit 4aba7e901e
1 changed files with 0 additions and 1 deletions

View File

@ -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 \