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 \
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 \
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits