1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/utils/docker
Ilya Biryukov 30ee746f6f [Dockerfiles] Split checkout and build scripts into separate files.
Summary:
This is a small refactoring to extract the svn checkout code from the
build script used inside the docker image.
This would give more flexibility if more than a single invocation of
cmake is needed inside the docker image.

User-facing interface (build_docker_image.sh) hasn't changed, only the
internal scripts running inside the build container are affected.

Reviewers: ioeric

Reviewed By: ioeric

Subscribers: mehdi_amini, llvm-commits

Differential Revision: https://reviews.llvm.org/D45868

llvm-svn: 330412
2018-04-20 10:19:38 +00:00
..
debian8 [Dockerfiles] Split checkout and build scripts into separate files. 2018-04-20 10:19:38 +00:00
example [Dockerfiles] Split checkout and build scripts into separate files. 2018-04-20 10:19:38 +00:00
nvidia-cuda [Dockerfiles] Split checkout and build scripts into separate files. 2018-04-20 10:19:38 +00:00
scripts [Dockerfiles] Split checkout and build scripts into separate files. 2018-04-20 10:19:38 +00:00
build_docker_image.sh [Dockerfiles] Split checkout and build scripts into separate files. 2018-04-20 10:19:38 +00:00
README

See llvm/docs/Docker.rst for details