Skip to content

Commit e302f0e

Browse files
committed
unix: install libc6-dev:i386 in Clang build environment
This is needed to get Compiler-RT to detect support for i386 so that it builds the runtime libraries for that architecture. This should hopefully enable us to PGO i386 builds.
1 parent eaf4ac8 commit e302f0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpython-unix/clang.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{% include 'base.Dockerfile' %}
22
RUN apt-get install \
33
libc6-dev \
4+
libc6-dev:i386 \
45
patch \
56
python \
67
tar \

0 commit comments

Comments
 (0)