• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

DockerfileD23-Nov-20231 KiB3828

README.txtD23-Nov-2023409 1712

run.shD23-Nov-2023328 114

README.txt

1This folder contains resources needed to create a docker container for
2llvm-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