[libc-commits] [PATCH] D93463: [libc] Add python3 to libc buildbot depedencies.
Paula Toth via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Dec 17 08:47:44 PST 2020
PaulkaToast created this revision.
PaulkaToast added a reviewer: sivachandra.
PaulkaToast added a project: libc-project.
Herald added subscribers: libc-commits, ecnelises, tschuett.
PaulkaToast requested review of this revision.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D93463
Files:
libc/utils/buildbot/Dockerfile
Index: libc/utils/buildbot/Dockerfile
===================================================================
--- libc/utils/buildbot/Dockerfile
+++ libc/utils/buildbot/Dockerfile
@@ -2,10 +2,9 @@
# Installing dependencies.
RUN dpkg --add-architecture i386
-RUN apt-get update
-RUN apt-get install -y build-essential clang subversion git vim \
- zip libstdc++6:i386 file binutils-dev binutils-gold cmake python-pip \
- ninja-build
+RUN apt-get update && apt-get install -y build-essential clang subversion git \
+ vim zip libstdc++6:i386 file binutils-dev binutils-gold cmake python-pip \
+ ninja-build python3
RUN python -m pip install buildbot-worker==2.8.4
# Temporary dependencies for AOR tests.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93463.312521.patch
Type: text/x-patch
Size: 708 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201217/a592729f/attachment.bin>
More information about the libc-commits
mailing list