forked from OSchip/llvm-project
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:
parent
2bfe2b878a
commit
076773253e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue