Files
clang-p2996/libc/utils/buildbot/README.txt
Paula Toth 270b528c7c [libc] Add docker container for llvm-libc buildbot worker.
Summary: Created a docker container to provide transparency and easy changes to the llvm-libc buildbot intfra.

Reviewers: sivachandra

Reviewed By: sivachandra

Subscribers: MaskRay, tschuett, libc-commits

Tags: #libc-project

Differential Revision: https://reviews.llvm.org/D75596
2020-03-11 17:35:41 -07:00

17 lines
408 B
Plaintext

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>
```