summaryrefslogtreecommitdiffstats
path: root/llvm/utils/docker/example/release
diff options
context:
space:
mode:
authorIlya Biryukov <ibiryukov@google.com>2017-08-28 15:12:24 +0000
committerIlya Biryukov <ibiryukov@google.com>2017-08-28 15:12:24 +0000
commit867e36de383e843b3908b18a964b71cf768e5b22 (patch)
tree21b1b332f3869c48d4a4751fc6588e0fb80c350e /llvm/utils/docker/example/release
parent3876077ac730b2df09ae1a0e37226ea89d349cb0 (diff)
downloadbcm5719-llvm-867e36de383e843b3908b18a964b71cf768e5b22.tar.gz
bcm5719-llvm-867e36de383e843b3908b18a964b71cf768e5b22.zip
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
Diffstat (limited to 'llvm/utils/docker/example/release')
-rw-r--r--llvm/utils/docker/example/release/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/docker/example/release/Dockerfile b/llvm/utils/docker/example/release/Dockerfile
index 5387dd082f7..b088ad885ac 100644
--- a/llvm/utils/docker/example/release/Dockerfile
+++ b/llvm/utils/docker/example/release/Dockerfile
@@ -21,4 +21,4 @@ LABEL maintainer "Maintainer <maintainer@email>"
# Unpack clang installation into this container.
# It is copied to this directory by build_docker_image.sh script.
-ADD clang.tar.gz /
+ADD clang.tar.gz /usr/local/
OpenPOWER on IntegriCloud