From 4a79328055a89563337dc7aa82cfa3adb0591937 Mon Sep 17 00:00:00 2001 From: realbigsean Date: Thu, 29 Jun 2023 22:40:53 -0400 Subject: [PATCH] update clang in cross docker (#4451) --- scripts/cross/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cross/Dockerfile b/scripts/cross/Dockerfile index cee4b74d9..c587c1968 100644 --- a/scripts/cross/Dockerfile +++ b/scripts/cross/Dockerfile @@ -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