Include Infer

This commit is contained in:
2026-01-29 20:24:14 +01:00
committed by Romain BOULLARD
parent 7b4ff02c49
commit 4e761aac65

View File

@@ -47,6 +47,11 @@ RUN apt-get update && apt-get install -y \
# Reset ccache stats # Reset ccache stats
&& ccache --zero-stats && ccache --zero-stats
RUN VERSION=1.2.0; \
curl -sSL "https://github.com/facebook/infer/releases/download/v$VERSION/infer-linux64-v$VERSION.tar.xz" \
| sudo tar -C /opt -xJ && \
sudo ln -s "/opt/infer-linux64-v$VERSION/bin/infer" /usr/local/bin/infer
# Install pipx and Conan # Install pipx and Conan
RUN pipx ensurepath \ RUN pipx ensurepath \
&& pipx install conan && pipx install conan