Skip to content

Commit 4277add

Browse files
committed
[libc++] Install missing packages to cross-compile to 32 bits during CI
1 parent 24d4291 commit 4277add

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/utils/ci/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ RUN apt-get update && apt-get install -y bash curl
4646

4747
# Install various tools used by the build or the test suite
4848
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
4950

5051
# Install the most recently released LLVM
5152
RUN apt-get update && apt-get install -y lsb-release wget software-properties-common

0 commit comments

Comments
 (0)