You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
462 B
20 lines
462 B
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
|