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:
10 docker build -t llvm-libc-buildbot-worker .
13 cmd to run the buildbot:
15 docker run -it llvm-libc-buildbot-worker <passwd>