Skip to content
Snippets Groups Projects
Commit e28415bd authored by jboeuf's avatar jboeuf
Browse files

Merge pull request #6444 from nicolasnoble/clang-format-pinned

Pinning the llvm repository on 3.8.
parents b6d19e1f f4fef889
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,8 @@
FROM ubuntu:wily
RUN apt-get update
RUN apt-get -y install wget
RUN echo deb http://llvm.org/apt/wily/ llvm-toolchain-wily main >> /etc/apt/sources.list
RUN echo deb-src http://llvm.org/apt/wily/ llvm-toolchain-wily main >> /etc/apt/sources.list
RUN echo deb http://llvm.org/apt/wily/ llvm-toolchain-wily-3.8 main >> /etc/apt/sources.list
RUN echo deb-src http://llvm.org/apt/wily/ llvm-toolchain-wily-3.8 main >> /etc/apt/sources.list
RUN wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key| apt-key add -
RUN apt-get update
RUN apt-get -y install clang-format-3.8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment