This is an archive of the discontinued LLVM Phabricator instance.

[Dockerfiles] Split checkout and build scripts into separate files.
ClosedPublic

Authored by ilya-biryukov on Apr 20 2018, 2:34 AM.

Details

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.

Diff Detail

Repository
rL LLVM

Event Timeline

ilya-biryukov created this revision.Apr 20 2018, 2:34 AM
ioeric accepted this revision.Apr 20 2018, 3:00 AM

lgtm

This revision is now accepted and ready to land.Apr 20 2018, 3:00 AM
This revision was automatically updated to reflect the committed changes.