llvm/libc/utils/buildbot
Paula Toth 17b3ff511c [libc] Add python3 to libc buildbot depedencies.
Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D93463
2020-12-17 08:59:13 -08:00
..
Dockerfile [libc] Add python3 to libc buildbot depedencies. 2020-12-17 08:59:13 -08:00
README.txt
run.sh

This folder contains resources needed to create a docker container for
llvm-libc buildbot worker.

Dockerfile: Sets up the docker image with all pre-requisites.

run.sh: Script to create and start buildbot worker with supplied password.

cmd to build the docker container:
```
docker build -t llvm-libc-buildbot-worker .
```

cmd to run the buildbot:
```
docker run -it llvm-libc-buildbot-worker <passwd>
```