]> granicus.if.org Git - llvm/commit
Made a script to build docker images easier to use.
authorIlya Biryukov <ibiryukov@google.com>
Thu, 6 Jul 2017 12:46:51 +0000 (12:46 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Thu, 6 Jul 2017 12:46:51 +0000 (12:46 +0000)
commit45bbe61cd4d8950d8f91e2c9efd6d36c7e4245e2
treef992b36214706b7688b5341716051f805c3112d9
parent479b8b3851d42de30674f164c5d46dae26195a5c
Made a script to build docker images easier to use.

Summary:
- Removed double indirection via command-line args (i.e. two `--`
  options of `build_docker_image.sh`).
- Added a comment on how to build 2-stage clang install into the
  `build_docker_image.sh`, it used to be only in the `docs/Docker.rst`.

Reviewers: klimek, mehdi_amini

Reviewed By: klimek

Subscribers: llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307256 91177308-0d34-0410-b5e6-96231b3b80d8
docs/Docker.rst
utils/docker/build_docker_image.sh