[Workflow] Roll back some settings since they caused more issues
[llvm-project.git] / libc / utils / buildbot / README.txt
blob40c2cb5b8776340b4121e950b19ebe5b6458f80d
1 This folder contains resources needed to create a docker container for
2 llvm-libc buildbot worker.
4 Dockerfile: Sets up the docker image with all pre-requisites.
6 run.sh: Script to create and start buildbot worker with supplied password.
8 cmd to build the docker container:
9 ```
10 docker build -t llvm-libc-buildbot-worker .
11 ```
13 cmd to run the buildbot:
14 ```
15 docker run -it llvm-libc-buildbot-worker <passwd>
16 ```