llvm-project/libc/utils/buildbot
Paula Toth f60686f35c [libc] Update buildbot worker version to 2.8.4.
Tested locally by connecting to LLVM master. (:
http://lab.llvm.org:8011/#/builders/78/builds/1

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D89069
2020-10-08 13:43:53 -07:00
..
Dockerfile [libc] Update buildbot worker version to 2.8.4. 2020-10-08 13:43:53 -07:00
README.txt
run.sh [libc] Update buildbot worker version to 2.8.4. 2020-10-08 13:43:53 -07:00

README.txt

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