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 24d4291 commit 4277addCopy full SHA for 4277add
libcxx/utils/ci/Dockerfile
@@ -46,6 +46,7 @@ RUN apt-get update && apt-get install -y bash curl
46
47
# Install various tools used by the build or the test suite
48
RUN apt-get update && apt-get install -y ninja-build python3 python3-sphinx python3-distutils git gdb
49
+RUN apt-get update && apt-get install -y libc6-dev-i386 # Required to cross-compile to 32 bits
50
51
# Install the most recently released LLVM
52
RUN apt-get update && apt-get install -y lsb-release wget software-properties-common
0 commit comments