1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/utils/docker
Ilya Biryukov 44086ca14f 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

llvm-svn: 311890
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