20 lines
462 B
YAML
20 lines
462 B
YAML
version: '3.7'
|
|
services:
|
|
llvm-buildbot-worker:
|
|
build:
|
|
context: https://github.com/llvm/llvm-project.git#master:libcxx/utils/docker/debian9/buildbot
|
|
args:
|
|
gcc_tot: "ericwf/gcc:9.2.0"
|
|
llvm_tot: "ericwf/llvm:11.x"
|
|
image: llvm-buildbot-worker
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
secrets:
|
|
- buildbot-auth
|
|
logging:
|
|
driver: gcplogs
|
|
|
|
secrets:
|
|
buildbot-auth:
|
|
file: buildbot-auth.json
|