Correct setup for infer
All checks were successful
Docker Builders / build-base-builder (push) Successful in 2m11s
Docker Builders / build-cpp-builder (push) Successful in 5m34s
Docker Builders / build-bigfoot-builder (push) Successful in 36m47s

This commit is contained in:
2026-01-30 17:40:04 +00:00
parent 6626e8eaf5
commit 2e7ed0549c

View File

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