[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:59:41 PST 2020
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG17b3ff511c0a: [libc] Add python3 to libc buildbot depedencies. (authored by PaulkaToast).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93463/new/
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.312526.patch
Type: text/x-patch
Size: 708 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201217/2ec9b8bc/attachment.bin>
More information about the libc-commits
mailing list