llvm/utils/docker
Ilya Biryukov a6b4f0552f Changed Dockerfiles to install LLVM into /usr/local
Summary:
Previously, the installation path was simply '/'.
Using '/usr/local' would ensure that LLVM installation does not
conflict with software installed via package managers.

Reviewers: mehdi_amini, klimek

Reviewed By: klimek

Subscribers: llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311890 91177308-0d34-0410-b5e6-96231b3b80d8
2017-08-28 15:12:24 +00:00
..
debian8 Changed Dockerfiles to install LLVM into /usr/local 2017-08-28 15:12:24 +00:00
example Changed Dockerfiles to install LLVM into /usr/local 2017-08-28 15:12:24 +00:00
nvidia-cuda Changed Dockerfiles to install LLVM into /usr/local 2017-08-28 15:12:24 +00:00
scripts Fixed invalid variable name in Dockerfile scripts. 2017-08-23 15:36:44 +00:00
build_docker_image.sh Use temporary directory when building docker image. 2017-08-25 09:03:57 +00:00
README

See llvm/docs/Docker.rst for details