[libc++] Add a utility script to run the Docker image used by builders
authorLouis Dionne <ldionne.2@gmail.com>
Tue, 2 Mar 2021 17:59:29 +0000 (12:59 -0500)
committerLouis Dionne <ldionne.2@gmail.com>
Tue, 2 Mar 2021 18:06:14 +0000 (13:06 -0500)
commitc5659dd4cc84ec1e46b038c19c62ebb6051bd3c4
tree9e26976c87a176e6974add1dd9f97904fb89af0d
parent18fa1d380d6c693beac017f8c17958464ffd5b8f
[libc++] Add a utility script to run the Docker image used by builders

Several contributors have been asking me how to reproduce the CI
environment locally. This is the last step towards making that work
out-of-the-box. Basically, just run `libcxx/utils/ci/run-buildbot-container`
and you're good to go.

Differential Revision: https://reviews.llvm.org/D97782
libcxx/utils/ci/Dockerfile
libcxx/utils/ci/run-buildbot-container [new file with mode: 0755]