This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from c8f785547 [libcxx] Fix incorrect #include for std::hash new f6726af01 Add docker configurations used by the buildbots.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: utils/docker/build_docker_image.sh | 109 +++++++++++++++++++++ utils/docker/debian9/Dockerfile | 113 +++++++++++++++++++++ utils/docker/scripts/build_gcc.sh | 91 +++++++++++++++++ utils/docker/scripts/build_install_llvm.sh | 114 ++++++++++++++++++++++ utils/docker/scripts/checkout_git.sh | 130 +++++++++++++++++++++++++ utils/docker/scripts/install_clang_packages.sh | 64 ++++++++++++ utils/docker/scripts/run_buildbot.sh | 55 +++++++++++ 7 files changed, 676 insertions(+) create mode 100755 utils/docker/build_docker_image.sh create mode 100644 utils/docker/debian9/Dockerfile create mode 100755 utils/docker/scripts/build_gcc.sh create mode 100755 utils/docker/scripts/build_install_llvm.sh create mode 100755 utils/docker/scripts/checkout_git.sh create mode 100755 utils/docker/scripts/install_clang_packages.sh create mode 100755 utils/docker/scripts/run_buildbot.sh