[libcxx-commits] [libcxx] 0767732 - Revert "[libc++] Run the builders Docker containers 'as 'buildbot instead of 'root'"

Eric Fiselier via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 26 05:08:13 PDT 2020


Author: Eric Fiselier
Date: 2020-03-26T08:08:01-04:00
New Revision: 076773253ebf17acacc4213c12a9fd88e266705a

URL: https://github.com/llvm/llvm-project/commit/076773253ebf17acacc4213c12a9fd88e266705a
DIFF: https://github.com/llvm/llvm-project/commit/076773253ebf17acacc4213c12a9fd88e266705a.diff

LOG: Revert "[libc++] Run the builders Docker containers 'as 'buildbot instead of 'root'"

This reverts commit a32b94c6c3a1ae3455208bdad6dad217a4286d09.

The buildbot startup scripts need to run as root. The buildbot
worker should have already been running as a different account.
More investigation needed.

Added: 
    

Modified: 
    libcxx/utils/docker/debian9/buildbot/Dockerfile

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/docker/debian9/buildbot/Dockerfile b/libcxx/utils/docker/debian9/buildbot/Dockerfile
index b16e32df386f..ea2ac9d55933 100644
--- a/libcxx/utils/docker/debian9/buildbot/Dockerfile
+++ b/libcxx/utils/docker/debian9/buildbot/Dockerfile
@@ -36,7 +36,5 @@ RUN ln -s /opt/llvm-tot/bin/clang /usr/local/bin/clang
 RUN ln -s /opt/llvm-tot/bin/clang++ /usr/local/bin/clang++
 
 
-USER buildbot
-
 ADD run_buildbot.sh /
 CMD /run_buildbot.sh /run/secrets/buildbot-auth


        


More information about the libcxx-commits mailing list