2020-03-12 08:34:32 +08:00
|
|
|
This folder contains resources needed to create a docker container for
|
2020-10-29 19:10:44 +08:00
|
|
|
llvm-libc buildbot worker.
|
2020-03-12 08:34:32 +08:00
|
|
|
|
|
|
|
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>
|
|
|
|
```
|