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

Manas Gupta via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 25 01:04:13 PDT 2021


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

Upgrade cmake to 3.21.3


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.3* \
+    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.375017.patch
Type: text/x-patch
Size: 442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210925/d2b6641d/attachment-0001.bin>


More information about the cfe-commits mailing list