Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Infrastructure
docker-clang
Commits
2fbf0a56
Commit
2fbf0a56
authored
Oct 01, 2019
by
Jurre van Bergen
Browse files
Update Dockerfile with only clang/llvm release 9
parent
af4c5f15
Pipeline
#69
failed with stage
in 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
2fbf0a56
...
...
@@ -7,4 +7,4 @@ ADD import-llvm-keys.sh /root/import-llvm-keys.sh
RUN
sh /root/import-llvm-keys.sh
RUN
echo
"deb http://apt.llvm.org/stretch/ llvm-toolchain-stretch main"
>
/etc/apt/sources.list.d/llvm.list
RUN
apt update
RUN
apt
install
-y
-qq
clang
lldb lld clang-tools-8
RUN
apt
install
-y
-qq
clang
-9 clang-tools-9 clang-9-doc libclang-common-9-dev libclang-9-dev libclang1-9 clang-format-9 python-clang-9 clangd-9 libllvm9 llvm-9 llvm-9-dev llvm-9-doc llvm-9-examples llvm-9-runtime libfuzzer-9-dev
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment