[llvm-branch-commits] [libc] 17b3ff5 - [libc] Add python3 to libc buildbot depedencies.

Paula Toth via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Dec 17 09:03:31 PST 2020


Author: Paula Toth
Date: 2020-12-17T08:59:13-08:00
New Revision: 17b3ff511c0a034d93c969bccd699dedc5a29e96

URL: https://github.com/llvm/llvm-project/commit/17b3ff511c0a034d93c969bccd699dedc5a29e96
DIFF: https://github.com/llvm/llvm-project/commit/17b3ff511c0a034d93c969bccd699dedc5a29e96.diff

LOG: [libc] Add python3 to libc buildbot depedencies.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D93463

Added: 
    

Modified: 
    libc/utils/buildbot/Dockerfile

Removed: 
    


################################################################################
diff  --git a/libc/utils/buildbot/Dockerfile b/libc/utils/buildbot/Dockerfile
index 3140c5a44481..8c497be6db0c 100644
--- a/libc/utils/buildbot/Dockerfile
+++ b/libc/utils/buildbot/Dockerfile
@@ -2,10 +2,9 @@ FROM debian:10
 
 # 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.


        


More information about the llvm-branch-commits mailing list