[libc] Add python3 to libc buildbot depedencies.
Reviewed By: sivachandra Differential Revision: https://reviews.llvm.org/D93463
This commit is contained in:
parent
bf03eba1f9
commit
17b3ff511c
|
@ -2,10 +2,9 @@ FROM debian:10
|
||||||
|
|
||||||
# Installing dependencies.
|
# Installing dependencies.
|
||||||
RUN dpkg --add-architecture i386
|
RUN dpkg --add-architecture i386
|
||||||
RUN apt-get update
|
RUN apt-get update && apt-get install -y build-essential clang subversion git \
|
||||||
RUN apt-get install -y build-essential clang subversion git vim \
|
vim zip libstdc++6:i386 file binutils-dev binutils-gold cmake python-pip \
|
||||||
zip libstdc++6:i386 file binutils-dev binutils-gold cmake python-pip \
|
ninja-build python3
|
||||||
ninja-build
|
|
||||||
RUN python -m pip install buildbot-worker==2.8.4
|
RUN python -m pip install buildbot-worker==2.8.4
|
||||||
|
|
||||||
# Temporary dependencies for AOR tests.
|
# Temporary dependencies for AOR tests.
|
||||||
|
|
Loading…
Reference in New Issue