You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/utils/docker/docker-compose.yml

47 lines
1.1 KiB
YAML

version: '3.4'
services:
builder-base:
build:
context: .
dockerfile: debian9/Dockerfile.base
target: builder-base
image: ericwf/builder-base:latest
gcc-tot:
build:
context: .
dockerfile: debian9/Dockerfile.gcc
args:
install_prefix: /opt/gcc-tot
branch: master
image: ericwf/gcc-tot:latest
gcc-5:
build:
context: .
dockerfile: debian9/Dockerfile.gcc
args:
install_prefix: /opt/gcc-5
branch: gcc-5_5_0-release
image: ericwf/gcc-5:latest
llvm-4:
build:
context: .
dockerfile: debian9/Dockerfile.clang
args:
install_prefix: /opt/llvm-4.0
branch: release/4.x
image: ericwf/llvm-4:latest
llvm-tot:
build:
context: .
dockerfile: debian9/Dockerfile.clang
args:
install_prefix: /opt/llvm-tot
branch: master
image: ericwf/llvm-tot:latest
buildbot:
build:
context: .
dockerfile: debian9/Dockerfile.buildbot
target: buildbot
image: ericwf/libcxx-buildbot-base:latest