[PATCH] D142454: [analyzer] Update satest dependencies
Manas Gupta via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 24 03:59:14 PST 2023
manas created this revision.
manas added a reviewer: steakhal.
Herald added subscribers: ASDenysPetrov, dkrupp, donat.nagy, Szelethus, mikhail.ramalho, a.sidorin, szepet, baloghadamsoftware, xazax.hun.
Herald added a reviewer: NoQ.
Herald added a project: All.
manas requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
A couple of packages were out-dated while building satest docker image.
This patch updates those.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D142454
Files:
clang/utils/analyzer/Dockerfile
Index: clang/utils/analyzer/Dockerfile
===================================================================
--- clang/utils/analyzer/Dockerfile
+++ clang/utils/analyzer/Dockerfile
@@ -31,8 +31,8 @@
# symengine dependencies
RUN apt-get install -y \
- libgmp10=2:6.1.2+dfsg-2 \
- libgmp-dev=2:6.1.2+dfsg-2
+ libgmp10=2:6.1.2+dfsg-2ubuntu0.1 \
+ libgmp-dev=2:6.1.2+dfsg-2ubuntu0.1
# simbody dependencies
RUN apt-get install -y \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142454.491706.patch
Type: text/x-patch
Size: 445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230124/e885653e/attachment-0001.bin>
More information about the cfe-commits
mailing list