We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7f728 commit 4aba7e9Copy full SHA for 4aba7e9
libcxx/utils/ci/Dockerfile
@@ -43,7 +43,6 @@ RUN apt-get update && apt-get install -y bash curl
43
44
# Install various tools used by the build or the test suite
45
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
47
48
# Locales for gdb and localization tests
49
RUN apt-get update && apt-get install -y language-pack-en language-pack-fr \
0 commit comments