17 lines · plain
1This folder contains resources needed to create a docker container for2llvm-libc buildbot worker.3 4Dockerfile: Sets up the docker image with all pre-requisites.5 6run.sh: Script to create and start buildbot worker with supplied password.7 8cmd to build the docker container:9```10docker build -t llvm-libc-buildbot-worker .11```12 13cmd to run the buildbot:14```15docker run -it llvm-libc-buildbot-worker <passwd>16```17