update clang in cross docker (#4451)
This commit is contained in:
parent
adbb62f7f3
commit
4a79328055
@ -9,6 +9,6 @@ RUN apt-get install -y unzip && \
|
|||||||
unzip protoc.zip -d /usr && \
|
unzip protoc.zip -d /usr && \
|
||||||
chmod +x /usr/bin/protoc
|
chmod +x /usr/bin/protoc
|
||||||
|
|
||||||
RUN apt-get install -y cmake clang-3.9 && ln -s ../lib/llvm-3.9/bin/clang /usr/bin/clang
|
RUN apt-get install -y cmake clang-5.0
|
||||||
|
|
||||||
ENV PROTOC=/usr/bin/protoc
|
ENV PROTOC=/usr/bin/protoc
|
||||||
|
Loading…
Reference in New Issue
Block a user