update clang in cross docker (#4451)

This commit is contained in:
realbigsean 2023-06-29 22:40:53 -04:00 committed by GitHub
parent adbb62f7f3
commit 4a79328055
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,6 @@ RUN apt-get install -y unzip && \
unzip protoc.zip -d /usr && \
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