[PATCH] D106416: [analyzer] Fix build dependency issues for SATest

Manas Gupta via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 2 14:15:30 PDT 2021


manas updated this revision to Diff 363572.
manas added a comment.

upgrade cmake-3.21.0 to cmake-3.21.1


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106416/new/

https://reviews.llvm.org/D106416

Files:
  clang/utils/analyzer/Dockerfile


Index: clang/utils/analyzer/Dockerfile
===================================================================
--- clang/utils/analyzer/Dockerfile
+++ clang/utils/analyzer/Dockerfile
@@ -17,8 +17,9 @@
     gettext=0.19.8.1* \
     python3=3.6.7-1~18.04 \
     python3-pip=9.0.1-2.3* \
-    cmake=3.20.5* \
-    ninja-build=1.8.2-1
+    cmake=3.21.1* \
+    ninja-build=1.8.2-1 \
+    ccache=3.4*
 
 # box2d dependencies
 RUN apt-get install -y \


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106416.363572.patch
Type: text/x-patch
Size: 442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210802/3d787b0a/attachment.bin>


More information about the cfe-commits mailing list