FixInfer (#7)
Some checks failed
Docker Builders / build-base-builder (push) Successful in 57s
Docker Builders / build-cpp-builder (push) Successful in 5m32s
Docker Builders / build-bigfoot-builder (push) Has been cancelled

Reviewed-on: #7
Co-authored-by: Romain BOULLARD <romain.boullard@protonmail.com>
Co-committed-by: Romain BOULLARD <romain.boullard@protonmail.com>
This commit was merged in pull request #7.
This commit is contained in:
2026-01-30 20:00:16 +00:00
committed by Romain BOULLARD
parent bc65f43221
commit fff4878e86

View File

@@ -49,7 +49,7 @@ RUN apt-get update && apt-get install -y \
RUN VERSION=1.2.0; \ RUN VERSION=1.2.0; \
curl -sSL "https://github.com/facebook/infer/releases/download/v$VERSION/infer-linux-x86_64-v$VERSION.tar.xz" \ curl -sSL "https://github.com/facebook/infer/releases/download/v$VERSION/infer-linux-x86_64-v$VERSION.tar.xz" \
| tar -C /opt -xJ && \ | tar -C /opt -xJ && \
ln -s "/opt/infer-linux64-v$VERSION/bin/infer" /usr/bin/infer ln -s "/opt/infer-linux-x86_64-v$VERSION/bin/infer" /usr/bin/infer
# Install pipx and Conan # Install pipx and Conan
RUN pipx ensurepath \ RUN pipx ensurepath \