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

This reverts commit a32b94c6c3.

The buildbot startup scripts need to run as root. The buildbot
worker should have already been running as a different account.
More investigation needed.
This commit is contained in:
Eric Fiselier 2020-03-26 08:06:24 -04:00
parent 2bfe2b878a
commit 076773253e
1 changed files with 0 additions and 2 deletions

View File

@ -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