Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Dockerfile | D | 23-Nov-2023 | 1 KiB | 38 | 28 | |
README.txt | D | 23-Nov-2023 | 409 | 17 | 12 | |
run.sh | D | 23-Nov-2023 | 328 | 11 | 4 |
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