[clang] a037b85 - [analyzer] Update satest dependencies
via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 24 13:07:51 PST 2023
Author: Manas
Date: 2023-01-25T02:37:16+05:30
New Revision: a037b85f30970cb2dc51e8ab66f2e157bfb28c19
URL: https://github.com/llvm/llvm-project/commit/a037b85f30970cb2dc51e8ab66f2e157bfb28c19
DIFF: https://github.com/llvm/llvm-project/commit/a037b85f30970cb2dc51e8ab66f2e157bfb28c19.diff
LOG: [analyzer] Update satest dependencies
A couple of packages were out-dated while building satest docker image.
This patch updates those.
Reviewed By: steakhal
Differential Revision: https://reviews.llvm.org/D142454
Added:
Modified:
clang/utils/analyzer/Dockerfile
Removed:
################################################################################
diff --git a/clang/utils/analyzer/Dockerfile b/clang/utils/analyzer/Dockerfile
index b92bac6796501..cc73ed973b811 100644
--- a/clang/utils/analyzer/Dockerfile
+++ b/clang/utils/analyzer/Dockerfile
@@ -31,8 +31,8 @@ RUN apt-get install -y \
# 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 \
More information about the cfe-commits
mailing list