[PATCH] D45868: [Dockerfiles] Split checkout and build scripts into separate files.

Ilya Biryukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 20 02:35:05 PDT 2018


ilya-biryukov created this revision.
ilya-biryukov added a reviewer: ioeric.

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.


Repository:
  rL LLVM

https://reviews.llvm.org/D45868

Files:
  utils/docker/build_docker_image.sh
  utils/docker/debian8/Dockerfile
  utils/docker/example/Dockerfile
  utils/docker/nvidia-cuda/Dockerfile
  utils/docker/scripts/build_install_llvm.sh
  utils/docker/scripts/checkout.sh

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45868.143265.patch
Type: text/x-patch
Size: 19161 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180420/d62959eb/attachment.bin>


More information about the llvm-commits mailing list