Skip to content

Commit 4aba7e9

Browse files
committed
[libc++][CI] Don't install libc6-dev-i386 in the Docker image
We don't cross-compile to 32 bits in the CI anymore.
1 parent 4f7f728 commit 4aba7e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcxx/utils/ci/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ RUN apt-get update && apt-get install -y bash curl
4343

4444
# Install various tools used by the build or the test suite
4545
RUN apt-get update && apt-get install -y ninja-build python3 python3-sphinx python3-distutils git gdb
46-
RUN apt-get update && apt-get install -y libc6-dev-i386 # Required to cross-compile to 32 bits
4746

4847
# Locales for gdb and localization tests
4948
RUN apt-get update && apt-get install -y language-pack-en language-pack-fr \

0 commit comments

Comments
 (0)