mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
0570de73c4
Differential Revision: https://reviews.llvm.org/D77462 |
||
---|---|---|
.. | ||
Dockerfile | ||
README.txt | ||
run.sh |
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> ```