This revision was automatically updated to reflect the committed changes.
Closed by commit rGe15fef41709a: [analyzer] SATest: Ensure Docker image can be
built (authored by mantognini).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126196/new/
https://reviews.llvm.org/D126196
Files:
clang/utils/analyzer/Dockerfile
Index: clang/utils/analyzer/Dockerfile
===================================================================
--- clang/utils/analyzer/Dockerfile
+++ clang/utils/analyzer/Dockerfile
@@ -18,6 +18,7 @@
python3=3.6.7-1~18.04 \
python3-pip=9.0.1-2.3* \
cmake=3.20.5* \
+ cmake-data=3.20.5* \
ninja-build=1.8.2-1
# box2d dependencies
@@ -52,6 +53,9 @@
flex=2.6.4-6 \
bison=2:3.0.4.*
+RUN apt-get install -y \
+ libjpeg-dev
+
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
VOLUME /analyzer
Index: clang/utils/analyzer/Dockerfile
===================================================================
--- clang/utils/analyzer/Dockerfile
+++ clang/utils/analyzer/Dockerfile
@@ -18,6 +18,7 @@
python3=3.6.7-1~18.04 \
python3-pip=9.0.1-2.3* \
cmake=3.20.5* \
+ cmake-data=3.20.5* \
ninja-build=1.8.2-1
# box2d dependencies
@@ -52,6 +53,9 @@
flex=2.6.4-6 \
bison=2:3.0.4.*
+RUN apt-get install -y \
+ libjpeg-dev
+
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
VOLUME /analyzer
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits