Previously, the installation path was simply '/'.
Using '/usr/local' would ensure that LLVM installation does not
conflict with software installed via package managers.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 9690 Build 9690: arc lint + arc unit
Event Timeline
Comment Actions
I don't mind where you install it, but we can also assume that someone who use this Dockerfile intends to use clang, so why not adding it to to update-alternatives as well, and even making it default for /usr/bin/c++ and /usr/bin/cc?