[libc++][CI] Don't install libc6-dev-i386 in the Docker image
authorLouis Dionne <ldionne.2@gmail.com>
Mon, 3 Jan 2022 20:44:36 +0000 (15:44 -0500)
committerLouis Dionne <ldionne.2@gmail.com>
Mon, 3 Jan 2022 21:10:59 +0000 (16:10 -0500)
We don't cross-compile to 32 bits in the CI anymore.

libcxx/utils/ci/Dockerfile

index 1aeeeb7..034fe7b 100644 (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 \