Add docker configurations used by the buildbots.
authorEric Fiselier <eric@efcs.ca>
Mon, 19 Nov 2018 18:43:31 +0000 (18:43 +0000)
committerEric Fiselier <eric@efcs.ca>
Mon, 19 Nov 2018 18:43:31 +0000 (18:43 +0000)
commit9c97ca1b99626869bf0507bf02dcfca266550e27
tree274d762326807bb3ee99d0e1e9253db40b3ed497
parentc01fc1c696799adefbe7c2d7b66041d7eb1bea9b
Add docker configurations used by the buildbots.

These are the scripts I use to create the docker images for
the build bots and run them.

llvm-svn: 347244
libcxx/utils/docker/build_docker_image.sh [new file with mode: 0755]
libcxx/utils/docker/debian9/Dockerfile [new file with mode: 0644]
libcxx/utils/docker/scripts/build_gcc.sh [new file with mode: 0755]
libcxx/utils/docker/scripts/build_install_llvm.sh [new file with mode: 0755]
libcxx/utils/docker/scripts/checkout_git.sh [new file with mode: 0755]
libcxx/utils/docker/scripts/install_clang_packages.sh [new file with mode: 0755]
libcxx/utils/docker/scripts/run_buildbot.sh [new file with mode: 0755]