Skip to content

Commit 17b3ff5

Browse files
committed
[libc] Add python3 to libc buildbot depedencies.
Reviewed By: sivachandra Differential Revision: https://reviews.llvm.org/D93463
1 parent bf03eba commit 17b3ff5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

libc/utils/buildbot/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ FROM debian:10
22

33
# Installing dependencies.
44
RUN dpkg --add-architecture i386
5-
RUN apt-get update
6-
RUN apt-get install -y build-essential clang subversion git vim \
7-
zip libstdc++6:i386 file binutils-dev binutils-gold cmake python-pip \
8-
ninja-build
5+
RUN apt-get update && apt-get install -y build-essential clang subversion git \
6+
vim zip libstdc++6:i386 file binutils-dev binutils-gold cmake python-pip \
7+
ninja-build python3
98
RUN python -m pip install buildbot-worker==2.8.4
109

1110
# Temporary dependencies for AOR tests.

0 commit comments

Comments
 (0)