commit | 474404b22b084d9a169bc66e0df5af9d203537e2 | [log] [tgz] |
---|---|---|
author | Ilya Biryukov <ibiryukov@google.com> | Mon Mar 26 15:12:30 2018 +0000 |
committer | Ilya Biryukov <ibiryukov@google.com> | Mon Mar 26 15:12:30 2018 +0000 |
tree | 0bf8cd6407c2eac31891d5b8cf88714cb9c6186c | |
parent | 3e5c120fbac7bdd4b0ff0a3252344ce66d5633f9 [diff] |
Migrate dockerfiles to use multi-stage builds. Summary: We previously emulated multi-staged builds using two dockerfiles, native support from Docker allows us to merge them into one, simplifying our scripts. For more details about multi-stage builds, see: https://docs.docker.com/develop/develop-images/multistage-build/ Reviewers: mehdi_amini, klimek, sammccall Reviewed By: sammccall Subscribers: llvm-commits, ioeric, cfe-commits Differential Revision: https://reviews.llvm.org/D44787 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@328503 91177308-0d34-0410-b5e6-96231b3b80d8